Skip to content

Commit

Permalink
checking sha again
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector committed Dec 19, 2023
1 parent ec6b051 commit 0c3a12b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
- uses: artiz/[email protected]
with:
url: https://pr-${{ github.event.number }}-documentation.appa.pantheon.site/githead.txt
# url: https://pr-${GITHUB_PR_NUMBER}-documentation.appa.pantheon.site/githead.txt
# url: https://pr-${{ GITHUB_PR_NUMBER }} -documentation.appa.pantheon.site/githead.txt
method: GET
expectStatus: 200
# expectBodyRegex: "${GIT_SHA}"
# timeout: 600000
expectBodyRegex: ${{ github.event.pull_request.head.sha }}
timeout: 600000
interval: 5000

- name: Install dependencies
Expand Down

0 comments on commit 0c3a12b

Please sign in to comment.