Skip to content

Commit 7d4a6b1

Browse files
committed
chore: commit automatic build as github-actions bot
1 parent 9587bd1 commit 7d4a6b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- name: Commit build if it changed
1818
run: >
1919
git diff --staged --quiet
20-
|| (git config user.name "${GITHUB_ACTOR}"
21-
&& git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
20+
|| (git config user.name "github-actions"
21+
&& git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
2222
&& git commit -m "build: autoupdate"
2323
&& echo "buildCommit=$(git rev-parse HEAD)" >>$GITHUB_ENV)
2424

0 commit comments

Comments
 (0)