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 e7a0c51 commit d6ef268Copy full SHA for d6ef268
.github/workflows/ghpages-cleanup.yml
@@ -26,6 +26,9 @@ jobs:
26
done
27
git status
28
- name: Commit
29
- run: "git commit -m 'chore: remove stale GitHub Pages branches'"
+ run: |
30
+ git config user.name 'github-actions[bot]'
31
+ git config user.email 'github-actions[bot]@users.noreply.github.com'
32
+ git commit -m 'chore: remove stale GitHub Pages branches'
33
- name: Push
34
run: "git push"
0 commit comments