diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index 862ec76..4412c06 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -141,7 +141,7 @@ jobs: # if the deployment was successful, add a 'rocket' reaction to the comment that triggered the deployment - name: rocket reaction if: ${{ steps.deploy-status.outputs.DEPLOY_STATUS != 'failure' }} - uses: GrantBirki/comment@v2.0.5 + uses: GrantBirki/comment@v2.1.0 with: comment-id: ${{ needs.trigger.outputs.comment_id }} reactions: rocket @@ -149,7 +149,7 @@ jobs: # if the deployment failed, add a '-1' (thumbs down) reaction to the comment that triggered the deployment - name: failure reaction if: ${{ steps.deploy-status.outputs.DEPLOY_STATUS == 'failure' }} - uses: GrantBirki/comment@v2.0.5 + uses: GrantBirki/comment@v2.1.0 with: comment-id: ${{ needs.trigger.outputs.comment_id }} reactions: "-1" diff --git a/.github/workflows/new-pr.yml b/.github/workflows/new-pr.yml index 4e6bd2e..f2a94cf 100644 --- a/.github/workflows/new-pr.yml +++ b/.github/workflows/new-pr.yml @@ -17,7 +17,7 @@ jobs: # Comment on new PR requests with deployment instructions - uses: actions/checkout@v3 - name: comment - uses: GrantBirki/comment@v2.0.5 + uses: GrantBirki/comment@v2.1.0 continue-on-error: true with: file: .github/new-pr-comment.md