From ed02963770513e7bc08904dda0691a508181acd4 Mon Sep 17 00:00:00 2001 From: "shao.xiaoping" Date: Fri, 26 Jan 2024 22:07:31 +0800 Subject: [PATCH] clear branch --- .github/workflows/python-playwright-pytest-bdd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-playwright-pytest-bdd.yml b/.github/workflows/python-playwright-pytest-bdd.yml index 8c36b6c..8bfcef5 100644 --- a/.github/workflows/python-playwright-pytest-bdd.yml +++ b/.github/workflows/python-playwright-pytest-bdd.yml @@ -61,7 +61,7 @@ jobs: ref: gh-pages # Specify the branch to retrieve Allure history from path: gh-pages # Set the destination path for Allure history - - name: Allure report action # Step to generate Allure report + - name: Generate allure report action # Step to generate Allure report uses: simple-elf/allure-report-action@master if: always() # Execute even if previous steps fail with: