We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03458a5 commit 479c27fCopy full SHA for 479c27f
.github/workflows/deploy.yml
@@ -67,6 +67,8 @@ jobs:
67
68
- name: Commit files
69
run: |
70
+ git config --local user.email "github-actions[bot]@users.noreply.github.com"
71
+ git config --local user.name "github-actions[bot]"
72
git add .
73
git commit -a -m "Push dist from ${{ github.sha }}"
74
0 commit comments