File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ jobs:
120
120
121
121
- name : Push to github repo
122
122
run : |
123
- git config user.name github-actions
124
- git config user.email github-actions@ github.com
123
+ git config user.name " github-actions[bot]"
124
+ git config user.email "41898282+ github-actions[bot]@users.noreply. github.com"
125
125
git add ${{ env.RESULT_LIBRARY_TEST_FILE }}
126
126
git commit -m "Generated External Libraries Test Results"
127
127
git push origin HEAD:gh-pages
Original file line number Diff line number Diff line change @@ -32,22 +32,22 @@ jobs:
32
32
run : |
33
33
mv master_cli_compile/*.json artifacts/sizes-report/pr/
34
34
mv v2.x_cli_compile/*.json artifacts/sizes-report/master/
35
-
35
+
36
36
- name : Report results
37
37
uses : P-R-O-C-H-Y/report-size-deltas@sizes_v2
38
38
with :
39
39
sketches-reports-source : ${{ env.SKETCHES_REPORTS_PATH }}
40
40
github-token : ${{ env.GITHUB_TOKEN }}
41
41
destination-file : ${{ env.RESULT_SIZES_TEST_FILE }}
42
-
42
+
43
43
- name : Append file with action URL
44
44
run :
45
45
echo "/ [GitHub Action Link](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}})" >> ${{ env.RESULT_SIZES_TEST_FILE }}
46
46
47
47
- name : Push to github repo
48
48
run : |
49
- git config user.name github-actions
50
- git config user.email github-actions@ github.com
49
+ git config user.name " github-actions[bot]"
50
+ git config user.email "41898282+ github-actions[bot]@users.noreply. github.com"
51
51
git add ${{ env.RESULT_SIZES_TEST_FILE }}
52
52
git commit -m "Generated Sizes Results (master-v2.x)"
53
53
git push origin HEAD:gh-pages
Original file line number Diff line number Diff line change @@ -282,8 +282,8 @@ jobs:
282
282
if : github.event_name == 'push' && github.ref == 'refs/heads/master'
283
283
continue-on-error : true
284
284
run : |
285
- git config user.name github-actions
286
- git config user.email github-actions@ github.com
285
+ git config user.name " github-actions[bot]"
286
+ git config user.email "41898282+ github-actions[bot]@users.noreply. github.com"
287
287
git add --all
288
288
git commit -m "Updated cli compile json files"
289
289
git push origin HEAD:gh-pages
You can’t perform that action at this time.
0 commit comments