Skip to content

Commit

Permalink
Fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
aweiland committed May 30, 2024
1 parent 36e3ed7 commit 25efa62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
needs: [run-unit-tests]
steps:
- name: Post the link to the report
uses: guibranco/github-status-action-v2@latest
uses: guibranco/github-status-action-v2@v1
with:
authToken: ${{secrets.PAT_TOKEN}}
context: 'Unit Test report'
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:

- name: Post the link to the report
if: always()
uses: guibranco/github-status-action-v2@latest
uses: guibranco/github-status-action-v2@v1
with:
authToken: ${{secrets.GITHUB_TOKEN}}
context: 'E2E Test report'
Expand Down

0 comments on commit 25efa62

Please sign in to comment.