We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba5d77 commit 053f3b1Copy full SHA for 053f3b1
.github/workflows/test-e2e.yml
@@ -58,7 +58,7 @@ jobs:
58
with:
59
repository: ${{ env.NEXT_REPO }}
60
token: ${{ steps.token.outputs.token }}
61
- ref: netlify-testing-${{ env.NEXT_VERSION }}
+ ref: v${{ env.NEXT_VERSION }}-netlify
62
path: ${{ env.next-path }}
63
64
- name: checkout runtime repo
0 commit comments