diff --git a/.github/workflows/update-vrt.yml b/.github/workflows/update-vrt.yml index 1806255dd52..56a0a8e8612 100644 --- a/.github/workflows/update-vrt.yml +++ b/.github/workflows/update-vrt.yml @@ -18,12 +18,16 @@ jobs: if: | github.event.issue.pull_request && contains(github.event.comment.body, '/update-vrt') + container: + image: mcr.microsoft.com/playwright:v1.41.1-jammy steps: - name: Get PR branch - uses: xt0rted/pull-request-comment-branch@v2 +# Until https://github.com/xt0rted/pull-request-comment-branch/issues/322 is resolved we use the forked version + uses: gotson/pull-request-comment-branch@head-repo-owner-dist id: comment-branch - uses: actions/checkout@v4 with: + repository: ${{ steps.comment-branch.outputs.head_owner }}/${{ steps.comment-branch.outputs.head_repo }} ref: ${{ steps.comment-branch.outputs.head_ref }} - name: Set up environment uses: ./.github/actions/setup