Skip to content

Commit 69af5ee

Browse files
committed
Replace unmaintained GitHub Action for PR comments
1 parent 029a980 commit 69af5ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/buildpack-deps.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: buildpack-deps
22

3+
permissions:
4+
pull-requests: write
5+
36
on:
47
pull_request:
58
branches: [ develop ]
@@ -38,9 +41,6 @@ jobs:
3841
3942
- name: comment PR
4043
if: "env.DOCKER_IMAGE"
41-
# 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)`
42-
uses: unsplash/comment-on-pr@ffe8f97ccc63ce12c3c23c6885b169db67958d3b #v1.3.0
44+
uses: thollander/actions-comment-pull-request@v3
4345
with:
44-
msg: "`${{ env.DOCKER_IMAGE }} ${{ env.DOCKER_REPO_DIGEST }}`."
45-
check_for_duplicate_msg: false
46-
46+
message: "`${{ env.DOCKER_IMAGE }} ${{ env.DOCKER_REPO_DIGEST }}`."

0 commit comments

Comments
 (0)