Skip to content

Commit d6ef268

Browse files
committed
ci: configure user name/email for GH Pages Cleanup
1 parent e7a0c51 commit d6ef268

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ghpages-cleanup.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
done
2727
git status
2828
- name: Commit
29-
run: "git commit -m 'chore: remove stale GitHub Pages branches'"
29+
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'
3033
- name: Push
3134
run: "git push"

0 commit comments

Comments
 (0)