Skip to content

Commit

Permalink
Specify version of comment acttion
Browse files Browse the repository at this point in the history
Instead of just specifying the main branch, this pull request specifies
the latest major version of thollander/actions-comment-pull-request to
use in GitHub Actions. We don't know how this action changes and
tracking the default branch may cause this to break at any time. We can
always update using Dependabot.
  • Loading branch information
lkiesow committed May 28, 2024
1 parent baeb482 commit c9a5692
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ jobs:
git push origin gh-pages
- name: Add comment with deployment location
uses: thollander/actions-comment-pull-request@main
uses: thollander/actions-comment-pull-request@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: >
This pull request is deployed at
[test.editor.opencast.org/${{ steps.build-path.outputs.build }}
Expand Down

0 comments on commit c9a5692

Please sign in to comment.