Skip to content

Commit 356073c

Browse files
committed
ci(bot): Fix GitHub actions bot commit info
1 parent 32465cc commit 356073c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lib.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ jobs:
109109

110110
- name: Push to github repo
111111
run: |
112-
git config user.name github-actions
113-
git config user.email github-actions@github.com
112+
git config user.name "github-actions[bot]"
113+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
114114
git add ${{ env.RESULT_LIBRARY_TEST_FILE }}
115115
git commit -m "Generated External Libraries Test Results"
116116
git push origin HEAD:gh-pages
117-
117+
118118
event_file:
119119
name: "Event File"
120120
if: |
@@ -126,4 +126,4 @@ jobs:
126126
uses: actions/upload-artifact@v2
127127
with:
128128
name: Event File
129-
path: ${{github.event_path}}
129+
path: ${{github.event_path}}

0 commit comments

Comments
 (0)