diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 14043cd8f1..643d2b98d1 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -18,7 +18,7 @@ jobs: contents: write # to deploy runs-on: ubuntu-latest - if: github.repository == 'facebook/metro' + if: github.repository == 'react/metro' env: working-directory: website