Skip to content

Commit e517fde

Browse files
committed
Attribute gh-pages deploy commits to github-actions[bot].
1 parent fc9cd0f commit e517fde

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4
3939
with:
4040
folder: dist
41+
git-config-name: github-actions[bot]
42+
git-config-email: 41898282+github-actions[bot]@users.noreply.github.com
4143
# Keep PR preview folders when republishing main
4244
clean-exclude: |
4345
pr-previews

.github/workflows/pr-preview.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ jobs:
4343
source-dir: ./dist
4444
preview-branch: gh-pages
4545
umbrella-dir: pr-previews
46+
git-config-name: github-actions[bot]
47+
git-config-email: 41898282+github-actions[bot]@users.noreply.github.com

0 commit comments

Comments
 (0)