File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 npx surge --project ./ --domain $DEPLOY_DOMAIN --token ${{ secrets.SURGE_TOKEN }}
4343
4444 - name : update status comment
45- uses : actions-cool/maintain-one-comment@v3.0 .0
45+ uses : actions-cool/maintain-one-comment@v3.2 .0
4646 with :
4747 token : ${{ secrets.GITHUB_TOKEN }}
4848 body : |
5656
5757 - name : The job failed
5858 if : ${{ failure() }}
59- uses : actions-cool/maintain-one-comment@v3.0 .0
59+ uses : actions-cool/maintain-one-comment@v3.2 .0
6060 with :
6161 token : ${{ secrets.GITHUB_TOKEN }}
6262 body : |
8787 run : echo "::set-output name=id::$(<pr-id.txt)"
8888
8989 - name : The job failed
90- uses : actions-cool/maintain-one-comment@v3.0 .0
90+ uses : actions-cool/maintain-one-comment@v3.2 .0
9191 with :
9292 token : ${{ secrets.GITHUB_TOKEN }}
9393 body : |
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : create
16- uses : actions-cool/maintain-one-comment@v3.0 .0
16+ uses : actions-cool/maintain-one-comment@v3.2 .0
1717 with :
1818 token : ${{ secrets.GITHUB_TOKEN }}
1919 body : |
You can’t perform that action at this time.
0 commit comments