From 8bf8edca69b646b339afa38e1e16d20c2be82049 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:50:02 +0000 Subject: [PATCH] Bump thollander/actions-comment-pull-request from 2.4.2 to 2.4.3 Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 2.4.2 to 2.4.3. - [Release notes](https://github.com/thollander/actions-comment-pull-request/releases) - [Commits](https://github.com/thollander/actions-comment-pull-request/compare/v2.4.2...v2.4.3) --- updated-dependencies: - dependency-name: thollander/actions-comment-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- .github/workflows/comment-deploy-url-to-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment-deploy-url-to-pr.yaml b/.github/workflows/comment-deploy-url-to-pr.yaml index c9ababa6..d7a2b928 100644 --- a/.github/workflows/comment-deploy-url-to-pr.yaml +++ b/.github/workflows/comment-deploy-url-to-pr.yaml @@ -17,6 +17,6 @@ jobs: # This hash ⬇ is also calculated and used in the deploy workflow in demo.yaml to push the dist/ to Netlify run: echo "::set-output name=hash::$(echo '${{ github.ref }}' | shasum | awk '{print substr($1,0,36)}')" - name: Comment on PR - uses: thollander/actions-comment-pull-request@v2.4.2 + uses: thollander/actions-comment-pull-request@v2.4.3 with: message: "<https://${{ steps.get_hash.outputs.hash }}--new-lexeme-special-page.netlify.app>"