We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32465cc commit 356073cCopy full SHA for 356073c
.github/workflows/lib.yml
@@ -109,12 +109,12 @@ jobs:
109
110
- name: Push to github repo
111
run: |
112
- git config user.name github-actions
113
- git config user.email github-actions@github.com
+ git config user.name "github-actions[bot]"
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
114
git add ${{ env.RESULT_LIBRARY_TEST_FILE }}
115
git commit -m "Generated External Libraries Test Results"
116
git push origin HEAD:gh-pages
117
-
+
118
event_file:
119
name: "Event File"
120
if: |
@@ -126,4 +126,4 @@ jobs:
126
uses: actions/upload-artifact@v2
127
with:
128
name: Event File
129
- path: ${{github.event_path}}
+ path: ${{github.event_path}}
0 commit comments