File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -109,12 +109,12 @@ jobs:
109
109
110
110
- name : Push to github repo
111
111
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"
114
114
git add ${{ env.RESULT_LIBRARY_TEST_FILE }}
115
115
git commit -m "Generated External Libraries Test Results"
116
116
git push origin HEAD:gh-pages
117
-
117
+
118
118
event_file :
119
119
name : " Event File"
120
120
if : |
@@ -126,4 +126,4 @@ jobs:
126
126
uses : actions/upload-artifact@v2
127
127
with :
128
128
name : Event File
129
- path : ${{github.event_path}}
129
+ path : ${{github.event_path}}
Original file line number Diff line number Diff line change @@ -145,9 +145,10 @@ jobs:
145
145
146
146
- name : Commit json files to gh-pages if on release branch
147
147
if : github.event_name == 'push' && github.ref == 'refs/heads/release/v2.x'
148
+ continue-on-error : true
148
149
run : |
149
- git config user.name github-actions
150
- git config user.email github-actions@ github.com
150
+ git config user.name " github-actions[bot]"
151
+ git config user.email "41898282+ github-actions[bot]@users.noreply. github.com"
151
152
git add --all
152
153
git commit -m "Updated 2.x cli compile json files"
153
154
git push origin HEAD:gh-pages
You can’t perform that action at this time.
0 commit comments