Skip to content

Commit

Permalink
chore(deps): bump andrcuns/allure-publish-action from 2.6.0 to 2.7.1
Browse files Browse the repository at this point in the history
Bumps [andrcuns/allure-publish-action](https://github.com/andrcuns/allure-publish-action) from 2.6.0 to 2.7.1.
- [Release notes](https://github.com/andrcuns/allure-publish-action/releases)
- [Commits](andrcuns/allure-publish-action@v2.6.0...v2.7.1)

---
updated-dependencies:
- dependency-name: andrcuns/allure-publish-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and loicmathieu committed Jul 11, 2024
1 parent 9e04169 commit 6342ee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- uses: rlespinasse/github-slug-action@v4

- name: Publish allure report
uses: andrcuns/allure-publish-action@v2.6.0
uses: andrcuns/allure-publish-action@v2.7.1
if: ${{ !cancelled() && env.GOOGLE_SERVICE_ACCOUNT != 0 }}
env:
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_AUTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
- uses: rlespinasse/github-slug-action@v4

- name: Publish allure report
uses: andrcuns/allure-publish-action@v2.6.0
uses: andrcuns/allure-publish-action@v2.7.1
if: ${{ always() && env.GOOGLE_SERVICE_ACCOUNT != 0 && (github.event.inputs.skip-test == 'false' || github.event.inputs.skip-test == '') }}
env:
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6342ee8

Please sign in to comment.