diff --git a/.github/workflows/deploy-web-hosting.yml b/.github/workflows/deploy-web-hosting.yml index a70e3c3..eb0fb28 100644 --- a/.github/workflows/deploy-web-hosting.yml +++ b/.github/workflows/deploy-web-hosting.yml @@ -131,7 +131,7 @@ jobs: # --- PR Comments --- - name: Comment on PR (Deploy Success) if: ${{ success() && github.event_name == 'pull_request' }} - uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 env: DEPLOY_URL: ${{ inputs.home-url }}${{ steps.compute-path.outputs.deploy-path }}/ RESULT_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} @@ -147,7 +147,7 @@ jobs: - name: Comment on PR (Deploy Failure) if: ${{ failure() && github.event_name == 'pull_request' }} - uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 with: header: deploy-failed hide_and_recreate: true @@ -178,7 +178,7 @@ jobs: # --- Hide Previous Failed Comments --- - name: Hide previous deploy failure comments if: ${{ success() && github.event_name == 'pull_request' }} - uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 with: header: deploy-failed hide: true diff --git a/.github/workflows/undeploy-web-hosting.yml b/.github/workflows/undeploy-web-hosting.yml index c4ca42e..173f0f1 100644 --- a/.github/workflows/undeploy-web-hosting.yml +++ b/.github/workflows/undeploy-web-hosting.yml @@ -85,7 +85,7 @@ jobs: # --- PR Comments --- - name: Comment on PR (Undeploy Success) if: ${{ success() && github.event_name == 'pull_request' }} - uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 with: header: delete-pr-preview-success message: | @@ -95,7 +95,7 @@ jobs: - name: Comment on PR (Undeploy Failure) if: ${{ failure() && github.event_name == 'pull_request' }} - uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 with: header: delete-pr-preview-failed hide_and_recreate: true @@ -107,7 +107,7 @@ jobs: - name: Hide previous undeploy failure comments if: ${{ success() && github.event_name == 'pull_request' }} - uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 with: header: delete-pr-preview-failed hide: true @@ -115,7 +115,7 @@ jobs: - name: Hide previous deploy success comments if: ${{ success() && github.event_name == 'pull_request' }} - uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2 + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4 with: header: deploy-pr-preview-success hide: true