Skip to content

Commit

Permalink
Fix pipelines adding comments
Browse files Browse the repository at this point in the history
When updating `thollander/actions-comment-pull-request` to `v3` the
underscore in `comment_tag` no longer works because now it's a dash and
we have to use `comment-tag`. The README.md was fixed with this PR
thollander/actions-comment-pull-request#397.

Signed-off-by: Daniel Ziegenberg <[email protected]>
  • Loading branch information
ziegenberg committed Nov 29, 2024
1 parent 4f2126e commit 0f67b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if: github.event_name == 'pull_request_target'
uses: thollander/actions-comment-pull-request@v3
with:
comment_tag: container-image
comment-tag: container-image
message: |
Use `docker` or `podman` to test this pull request locally.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: add comment with deployment location
uses: thollander/actions-comment-pull-request@v3
with:
comment_tag: static-test-deployment
comment-tag: static-test-deployment
message: >
This pull request is deployed at
[test.admin-interface.opencast.org/${{ steps.build-path.outputs.build }}
Expand Down

0 comments on commit 0f67b9a

Please sign in to comment.