diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index ca057bc6..6d885374 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -54,7 +54,7 @@ jobs: environment: "development" # Post comment on PR with development deploy info - - uses: GrantBirki/comment@v2.0.4 + - uses: GrantBirki/comment@v2.0.5 if: ${{ steps.branch-deploy.outputs.continue == 'true' && steps.branch-deploy.outputs.noop != 'true' && steps.branch-deploy.outputs.environment == 'development' }} @@ -80,7 +80,7 @@ jobs: apiToken: ${{ secrets.CF_API_TOKEN }} # Post comment on PR with production deploy info - - uses: GrantBirki/comment@v2.0.4 + - uses: GrantBirki/comment@v2.0.5 if: ${{ steps.branch-deploy.outputs.continue == 'true' && steps.branch-deploy.outputs.noop != 'true' && steps.branch-deploy.outputs.environment == 'production' }} diff --git a/.github/workflows/new-pr.yml b/.github/workflows/new-pr.yml index 91b6d645..1df0e563 100644 --- a/.github/workflows/new-pr.yml +++ b/.github/workflows/new-pr.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v3 - name: comment - uses: GrantBirki/comment@v2.0.4 + uses: GrantBirki/comment@v2.0.5 continue-on-error: true with: file: .github/new-pr-comment.md