From 61edbdee3b26fa263bc6476768d7102dd5c15a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 05:38:01 +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 3819200..6c234ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,7 +66,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 }}