We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
github-actions
1 parent 9587bd1 commit 7d4a6b1Copy full SHA for 7d4a6b1
.github/workflows/build.yml
@@ -17,8 +17,8 @@ jobs:
17
- name: Commit build if it changed
18
run: >
19
git diff --staged --quiet
20
- || (git config user.name "${GITHUB_ACTOR}"
21
- && git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
+ || (git config user.name "github-actions"
+ && git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
22
&& git commit -m "build: autoupdate"
23
&& echo "buildCommit=$(git rev-parse HEAD)" >>$GITHUB_ENV)
24
0 commit comments