Skip to content

Commit 2f19ab7

Browse files
JasperB-TeamBluesandrobonazzola
authored andcommitted
fixed workflow
Signed-off-by: Jasper Berton <jasper.berton@team.blue>
1 parent 7d6c7d6 commit 2f19ab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ jobs:
145145
- name: "Commit changes"
146146
run: |
147147
set -euo pipefail
148-
git config user.name "GitHub Actions"
149-
git config user.email noreply@github.com
148+
git config --global user.name 'github-actions[bot]'
149+
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
150150
git add .
151151
if ! git diff-index --quiet HEAD --; then
152152
git commit -m "Adding or updating preview build for PR ${{needs.build.outputs.PR_ID}}"

0 commit comments

Comments
 (0)