File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ jobs:
120120
121121 - name : Push to github repo
122122 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"
125125 git add ${{ env.RESULT_LIBRARY_TEST_FILE }}
126126 git commit -m "Generated External Libraries Test Results"
127127 git push origin HEAD:gh-pages
Original file line number Diff line number Diff line change @@ -32,22 +32,22 @@ jobs:
3232 run : |
3333 mv master_cli_compile/*.json artifacts/sizes-report/pr/
3434 mv v2.x_cli_compile/*.json artifacts/sizes-report/master/
35-
35+
3636 - name : Report results
3737 uses : P-R-O-C-H-Y/report-size-deltas@sizes_v2
3838 with :
3939 sketches-reports-source : ${{ env.SKETCHES_REPORTS_PATH }}
4040 github-token : ${{ env.GITHUB_TOKEN }}
4141 destination-file : ${{ env.RESULT_SIZES_TEST_FILE }}
42-
42+
4343 - name : Append file with action URL
4444 run :
4545 echo "/ [GitHub Action Link](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}})" >> ${{ env.RESULT_SIZES_TEST_FILE }}
4646
4747 - name : Push to github repo
4848 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"
5151 git add ${{ env.RESULT_SIZES_TEST_FILE }}
5252 git commit -m "Generated Sizes Results (master-v2.x)"
5353 git push origin HEAD:gh-pages
Original file line number Diff line number Diff line change @@ -282,8 +282,8 @@ jobs:
282282 if : github.event_name == 'push' && github.ref == 'refs/heads/master'
283283 continue-on-error : true
284284 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"
287287 git add --all
288288 git commit -m "Updated cli compile json files"
289289 git push origin HEAD:gh-pages
You can’t perform that action at this time.
0 commit comments