diff --git a/.github/workflows/update_chromium_revisions.yml b/.github/workflows/update_chromium_revisions.yml index c865d8f4c07a3e6..93efc8c11e5bd3c 100644 --- a/.github/workflows/update_chromium_revisions.yml +++ b/.github/workflows/update_chromium_revisions.yml @@ -23,7 +23,7 @@ jobs: run: python -m tools.wpt.update_chromium_revisions - name: Create pull request # Use a conditional step instead of a conditional job to work around #20700. - if: github.repository == 'web-platform-tests/wpt' + if: github.repository == 'DanielRyanSmith/wpt' uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GITHUB_TOKEN }}