From 4addf1e0ade6d7b2d6d03660c98f354ef250a166 Mon Sep 17 00:00:00 2001 From: Alexander Arlt Date: Mon, 15 Aug 2022 19:32:38 +0200 Subject: [PATCH] [buildpack] Switch to unsplash/comment-on-pr@v1.3.0. --- .github/workflows/buildpack-deps.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildpack-deps.yml b/.github/workflows/buildpack-deps.yml index f07cdcf40..e2da2cdea 100644 --- a/.github/workflows/buildpack-deps.yml +++ b/.github/workflows/buildpack-deps.yml @@ -37,6 +37,9 @@ jobs: - name: comment PR if: "env.DOCKER_IMAGE" - uses: unsplash/comment-on-pr@b5610c6125a7197eaec80072ea35ef53e1fc6035 #v1.3.1 + # NOTE: Can't update to v1.3.1 due to an error: `/entrypoint.sh:5:in 'require_relative': cannot load such file -- /lib/github (LoadError)` + uses: unsplash/comment-on-pr@ffe8f97ccc63ce12c3c23c6885b169db67958d3b #v1.3.0 with: - msg: "`${{ env.DOCKER_IMAGE }} ${{ env.DOCKER_REPO_DIGEST }}`." \ No newline at end of file + msg: "`${{ env.DOCKER_IMAGE }} ${{ env.DOCKER_REPO_DIGEST }}`." + check_for_duplicate_msg: false +