We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d6c7d6 commit 2f19ab7Copy full SHA for 2f19ab7
.github/workflows/preview.yml
@@ -145,8 +145,8 @@ jobs:
145
- name: "Commit changes"
146
run: |
147
set -euo pipefail
148
- git config user.name "GitHub Actions"
149
- git config user.email noreply@github.com
+ git config --global user.name 'github-actions[bot]'
+ git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
150
git add .
151
if ! git diff-index --quiet HEAD --; then
152
git commit -m "Adding or updating preview build for PR ${{needs.build.outputs.PR_ID}}"
0 commit comments