From ef43e2c403e5c38be0a3f7cc757235172b0458e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:31:51 +0000 Subject: [PATCH] chore(deps): bump andrcuns/allure-publish-action from 2.6.0 to 2.7.0 Bumps [andrcuns/allure-publish-action](https://github.com/andrcuns/allure-publish-action) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/andrcuns/allure-publish-action/releases) - [Commits](https://github.com/andrcuns/allure-publish-action/compare/v2.6.0...v2.7.0) --- updated-dependencies: - dependency-name: andrcuns/allure-publish-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 89d80c9..47cf406 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,7 +71,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.0 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 }}