File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 run : git diff --exit-code HEAD
1919 - name : Create Pull Request
2020 if : failure()
21- uses : peter-evans/create-pull-request@v2
21+ uses : peter-evans/create-pull-request@v3
2222 with :
2323 commit-message : " style: format codes"
2424 title : " Format codes for ${{ github.ref }}"
Original file line number Diff line number Diff line change 2525 name : Check if the workflow has been disabled.
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v1
28+ - uses : actions/checkout@v2
2929 - name : Get commit message
3030 id : get_message
3131 run : |
Original file line number Diff line number Diff line change 2525 name: Check if the workflow has been disabled.
2626 runs-on: ubuntu-latest
2727 steps:
28- - uses: actions/checkout@v1
28+ - uses: actions/checkout@v2
2929 - name: Get commit message
3030 id: get_message
3131 run: |
Original file line number Diff line number Diff line change 2525 name : Check if the workflow has been disabled.
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v1
28+ - uses : actions/checkout@v2
2929 - name : Get commit message
3030 id : get_message
3131 run : |
Original file line number Diff line number Diff line change 1212 name : Check if the workflow has been disabled.
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v1
15+ - uses : actions/checkout@v2
1616 - name : Get commit message
1717 id : get_message
1818 run : |
You can’t perform that action at this time.
0 commit comments