diff --git a/.github/workflows/end-to-end-tests.yaml b/.github/workflows/end-to-end-tests.yaml index f7506f83243..08eca4372b8 100644 --- a/.github/workflows/end-to-end-tests.yaml +++ b/.github/workflows/end-to-end-tests.yaml @@ -171,6 +171,7 @@ jobs: if: inputs.skip != true with: persist-credentials: false + repository: ${{ inputs.react-sdk-repository || github.repository }} - uses: actions/setup-node@v4 if: inputs.skip != true