Skip to content

Commit 2e055c1

Browse files
committed
chore: Setup Git for ship-it
1 parent de6e536 commit 2e055c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ship-it.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ jobs:
3333
- name: Push updated master to origin
3434
if: steps.commits-to-ship.outputs.count != '0'
3535
run: |
36+
git config --global user.email "actions@github.com"
37+
git config --global user.name "GitHub Actions"
3638
git remote set-url origin https://${{secrets.SHIP_IT_TOKEN}}@github.com/47ng/nuqs.git
3739
git push origin master

0 commit comments

Comments
 (0)