From 6185d66d44de582e9f2b07ae49219c8304ab20a9 Mon Sep 17 00:00:00 2001 From: Steve Persch Date: Tue, 19 Dec 2023 14:46:42 -0600 Subject: [PATCH] check the plain file --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index a8411e7f89..a71b9ef15f 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -34,7 +34,7 @@ jobs: - uses: artiz/poll-endpoint@1.0.2 with: - url: https://pr-${{ github.event.number }}-documentation.appa.pantheon.site/githead-${{ github.event.pull_request.head.sha }}.txt + url: https://pr-${{ github.event.number }}-documentation.appa.pantheon.site/githead.txt method: GET expectStatus: 200 expectBody: ${{ github.event.pull_request.head.sha }}