Skip to content

Commit 044791e

Browse files
committed
ci: try next.js fork for testing changes
1 parent 7ba6616 commit 044791e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/adapter-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
# `inputs` is empty on a push trigger, so both fall back to their
3535
# dispatch defaults. Swapping these two literals is how you point a
3636
# branch at a fork without touching anything else.
37-
repository: ${{ inputs.nextjsRepo || 'vercel/next.js' }}
38-
ref: ${{ inputs.nextjsRef || 'canary' }}
37+
repository: ${{ inputs.nextjsRepo || 'pieh/next.js' }}
38+
ref: ${{ inputs.nextjsRef || 'e2e-tests-adjustments' }}
3939

4040
- uses: actions/setup-node@v6
4141
with:

0 commit comments

Comments
 (0)