We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029a980 commit 69af5eeCopy full SHA for 69af5ee
.github/workflows/buildpack-deps.yml
@@ -1,5 +1,8 @@
1
name: buildpack-deps
2
3
+permissions:
4
+ pull-requests: write
5
+
6
on:
7
pull_request:
8
branches: [ develop ]
@@ -38,9 +41,6 @@ jobs:
38
41
39
42
- name: comment PR
40
43
if: "env.DOCKER_IMAGE"
- # 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
44
+ uses: thollander/actions-comment-pull-request@v3
45
with:
- msg: "`${{ env.DOCKER_IMAGE }} ${{ env.DOCKER_REPO_DIGEST }}`."
- check_for_duplicate_msg: false
46
-
+ message: "`${{ env.DOCKER_IMAGE }} ${{ env.DOCKER_REPO_DIGEST }}`."
0 commit comments