File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5656 environment : " development"
5757
5858 # Post comment on PR with development deploy info
59- - uses : GrantBirki/comment@v2.1.0
59+ - uses : GrantBirki/comment@v2.1.1
6060 if : ${{ steps.branch-deploy.outputs.continue == 'true' &&
6161 steps.branch-deploy.outputs.noop != 'true' &&
6262 steps.branch-deploy.outputs.environment == 'development' }}
8282 apiToken : ${{ secrets.CF_API_TOKEN }}
8383
8484 # Post comment on PR with production deploy info
85- - uses : GrantBirki/comment@v2.1.0
85+ - uses : GrantBirki/comment@v2.1.1
8686 if : ${{ steps.branch-deploy.outputs.continue == 'true' &&
8787 steps.branch-deploy.outputs.noop != 'true' &&
8888 steps.branch-deploy.outputs.environment == 'production' }}
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020
2121 - name : comment
22- uses : GrantBirki/comment@v2.1.0
22+ uses : GrantBirki/comment@v2.1.1
2323 continue-on-error : true
2424 with :
2525 file : .github/new-pr-comment.md
You can’t perform that action at this time.
0 commit comments