From 6982f610d1217b65947a431cc4dd6e8d2d597d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:34:45 +0000 Subject: [PATCH] build(deps): bump andrcuns/allure-publish-action from 2.8.0 to 2.9.0 Bumps [andrcuns/allure-publish-action](https://github.com/andrcuns/allure-publish-action) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/andrcuns/allure-publish-action/releases) - [Commits](https://github.com/andrcuns/allure-publish-action/compare/v2.8.0...v2.9.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 8c7ff08..ad89fb0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,7 +68,7 @@ jobs: - uses: rlespinasse/github-slug-action@v5 - name: Publish allure report - uses: andrcuns/allure-publish-action@v2.8.0 + uses: andrcuns/allure-publish-action@v2.9.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 }}