diff --git a/.github/workflows/update-vrt.yml b/.github/workflows/update-vrt.yml index 9c023376096..56a0a8e8612 100644 --- a/.github/workflows/update-vrt.yml +++ b/.github/workflows/update-vrt.yml @@ -18,6 +18,8 @@ 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 # Until https://github.com/xt0rted/pull-request-comment-branch/issues/322 is resolved we use the forked version