Skip to content

Commit b30bfeb

Browse files
committed
Fixed Event Submission Action: Hope So
1 parent 0ebe2f2 commit b30bfeb

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.github/workflows/event-submission.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
with:
4343
node-version: '18'
4444

45-
- name: Create new event branch
46-
run: |
47-
git config --global user.name 'GitHub Action'
48-
git config --global user.email 'action@github.com'
49-
branch_name="event-${{ github.event.inputs.title }}"
50-
git checkout -b $branch_name
45+
# - name: Create new event branch
46+
# run: |
47+
# git config --global user.name 'GitHub Action'
48+
# git config --global user.email 'action@github.com'
49+
# branch_name="event-${{ github.event.inputs.title }}"
50+
# git checkout -b $branch_name
5151

5252
- name: Process image and detect format
5353
run: |
@@ -111,5 +111,6 @@ jobs:
111111
- Categories: ${{ github.event.inputs.category }}
112112
113113
Please review and approve this event submission.
114-
branch: event-${{ github.event.inputs.title }}
115-
delete-branch: true
114+
# branch: event-${{ github.event.inputs.title }}
115+
branch: main # Work on prod
116+
# delete-branch: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ event/
123123
124124
1. Clone the repository
125125
```bash
126-
git clone https://github.com/[your-username]/event.git
126+
git clone https://github.com/DevsREC/evant.git
127127
```
128128

129129
2. Install dependencies

0 commit comments

Comments
 (0)