File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v2
12+ uses : actions/checkout@v3
1313
1414 - name : Install cpanm
1515 run : |
@@ -31,14 +31,14 @@ jobs:
3131 run : |
3232 GIT_STATUS=$(git status --porcelain)
3333 echo $GIT_STATUS
34- git config --global user.name 'Dave Cross'
35- git config --global user.email 'dave@perlschool. com'
34+ git config user.name github-actions[bot]
35+ git config user.email 41898282+github-actions[bot]@users.noreply.github. com
3636 git add docs/
3737 if [ "$GIT_STATUS" != "" ]; then git commit -m "Web site generation"; fi
3838 if [ "$GIT_STATUS" != "" ]; then git push; fi
3939 - name : Archive CPAN logs
4040 if : ${{ failure() }}
41- uses : actions/upload-artifact@v2
41+ uses : actions/upload-artifact@v3
4242 with :
4343 name : cpan_log
4444 path : .cpanm/work/*/build.log
You can’t perform that action at this time.
0 commit comments