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 5cdbc9f commit dd9c10bCopy full SHA for dd9c10b
.github/workflows/e2e.yml
@@ -27,7 +27,7 @@ jobs:
27
check_next_version:
28
runs-on: ubuntu-latest
29
# Only run this on the official sst repo
30
- if: github.repository == 'sst/open-next'
+ if: github.repository == 'opennextjs/opennextjs-aws'
31
32
steps:
33
- name: Get Latest Next Version
0 commit comments