File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4242
4343 - name : Comment preview link
4444 if : ${{ success() }}
45- uses : actions-cool/maintain-one-comment@v2 .0.2
45+ uses : actions-cool/maintain-one-comment@v3 .0.0
4646 with :
4747 token : ${{ secrets.GITHUB_TOKEN }}
4848 body : |
5353
5454 - name : Comment playground link
5555 if : ${{ success() }}
56- uses : actions-cool/maintain-one-comment@v2 .0.2
56+ uses : actions-cool/maintain-one-comment@v3 .0.0
5757 with :
5858 token : ${{ secrets.GITHUB_TOKEN }}
5959 body : |
6565
6666 - name : Deploy has failed
6767 if : ${{ failure() }}
68- uses : actions-cool/maintain-one-comment@v2 .0.2
68+ uses : actions-cool/maintain-one-comment@v3 .0.0
6969 with :
7070 token : ${{ secrets.GITHUB_TOKEN }}
7171 body : |
9292 run : echo "::set-output name=id::$(<pr.txt)"
9393
9494 - name : Deploy has failed
95- uses : actions-cool/maintain-one-comment@v2 .0.2
95+ uses : actions-cool/maintain-one-comment@v3 .0.0
9696 with :
9797 token : ${{ secrets.GITHUB_TOKEN }}
9898 body : |
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : create
12- uses : actions-cool/maintain-one-comment@v2 .0.2
12+ uses : actions-cool/maintain-one-comment@v3 .0.0
1313 with :
1414 token : ${{ secrets.GITHUB_TOKEN }}
1515 body : |
Original file line number Diff line number Diff line change 5555 path : ./tmp/diff.md
5656
5757 - name : Set comment
58- uses : actions-cool/maintain-one-comment@v2 .0.2
58+ uses : actions-cool/maintain-one-comment@v3 .0.0
5959 with :
6060 token : ${{ secrets.GITHUB_TOKEN }}
6161 body : ${{ steps.diff.outputs.content }}
You can’t perform that action at this time.
0 commit comments