We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6e536 commit 2e055c1Copy full SHA for 2e055c1
.github/workflows/ship-it.yml
@@ -33,5 +33,7 @@ jobs:
33
- name: Push updated master to origin
34
if: steps.commits-to-ship.outputs.count != '0'
35
run: |
36
+ git config --global user.email "actions@github.com"
37
+ git config --global user.name "GitHub Actions"
38
git remote set-url origin https://${{secrets.SHIP_IT_TOKEN}}@github.com/47ng/nuqs.git
39
git push origin master
0 commit comments