Skip to content

Commit b788c62

Browse files
committed
it should
1 parent ce1f002 commit b788c62

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/event-submission.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ jobs:
4141
uses: actions/setup-node@v3
4242
with:
4343
node-version: '18'
44+
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
4451
4552
- name: Process image and detect format
4653
run: |

0 commit comments

Comments
 (0)