diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index dd4682e..5b972e0 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -37,7 +37,7 @@ jobs: HTML_REPORT_URL_PATH: reports/${{ github.ref_name }}/${{ github.run_id }}/${{ github.run_attempt }} steps: - name: Checkout GitHub Pages Branch - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: gh-pages - name: Set Git User @@ -73,6 +73,6 @@ jobs: done - name: Output Report URL as Worfklow Annotation run: | - FULL_HTML_REPORT_URL=https://ysfaran.github.io/playwright-gh-actions-gh-pages/$HTML_REPORT_URL_PATH + FULL_HTML_REPORT_URL=https://ecureuill.github.io/saucedemo-playwright/$HTML_REPORT_URL_PATH echo "::notice title=📋 Published Playwright Test Report::$FULL_HTML_REPORT_URL"