Skip to content

Commit

Permalink
workflow: use specific version of allure-report-action
Browse files Browse the repository at this point in the history
Specify most recent minor version of action to ensure the fixes for links
back to the workflow associated with a report is available.

Signed-off-by: Mike Szczys <[email protected]>
  • Loading branch information
szczys committed Jan 7, 2025
1 parent 1a4e047 commit 73d3fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/report-allure-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fi
- name: Build Allure report
uses: simple-elf/allure-report-action@v1
uses: simple-elf/allure-report-action@v1.11
if: always()
with:
gh_pages: ${{ env.GHPAGES_LABEL }}
Expand Down

0 comments on commit 73d3fbb

Please sign in to comment.