Skip to content

Commit

Permalink
Merge branch 'main' into fix-statistics-axis-error
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnei committed Jan 3, 2025
2 parents 139880a + 06fcdd7 commit ec9294b
Show file tree
Hide file tree
Showing 72 changed files with 3,037 additions and 1,320 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Prepare commit hash
run: git rev-parse HEAD > commit

- name: Log in to the container registry
uses: docker/login-action@v3
with:
Expand All @@ -47,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
Loading

0 comments on commit ec9294b

Please sign in to comment.