We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba6616 commit 044791eCopy full SHA for 044791e
1 file changed
.github/workflows/adapter-e2e.yml
@@ -34,8 +34,8 @@ jobs:
34
# `inputs` is empty on a push trigger, so both fall back to their
35
# dispatch defaults. Swapping these two literals is how you point a
36
# branch at a fork without touching anything else.
37
- repository: ${{ inputs.nextjsRepo || 'vercel/next.js' }}
38
- ref: ${{ inputs.nextjsRef || 'canary' }}
+ repository: ${{ inputs.nextjsRepo || 'pieh/next.js' }}
+ ref: ${{ inputs.nextjsRef || 'e2e-tests-adjustments' }}
39
40
- uses: actions/setup-node@v6
41
with:
0 commit comments