We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19cefa commit dc920a8Copy full SHA for dc920a8
.github/workflows/template-only-cd.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v4
24
with:
25
path: project-repo
26
- repository: navapbc/platform-test-nextjs
+ repository: navapbc/platform-test
27
token: ${{ secrets.PLATFORM_BOT_GITHUB_TOKEN }}
28
29
- name: Set up Python
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Update application template
44
working-directory: project-repo
45
- run: nava-platform app update --template-uri ${{ github.server_url }}/${{ github.repository }} --version HEAD . app
+ run: nava-platform app update --template-uri ${{ github.server_url }}/${{ github.repository }} --version HEAD . app-nextjs
46
47
- name: Push changes to project repo
48
0 commit comments