Skip to content

Commit

Permalink
Merge pull request #987 from ziegenberg/fix-pipeline
Browse files Browse the repository at this point in the history
Fix pipelines adding comments
gregorydlogan authored Dec 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 4f2126e + 0f67b9a commit a063f4f
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
@@ -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.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit a063f4f

Please sign in to comment.