We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd3625 commit 440c7d5Copy full SHA for 440c7d5
.github/workflows/nuxt-hub.yml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
21
+ - name: debug project key
22
+ run: echo "${{ secrets.NUXT_HUB_PROJECT_KEY }} is empty stirng? ${{ secrets.NUXT_HUB_PROJECT_KEY == '' }}"
23
- name: Install pnpm
24
uses: pnpm/action-setup@v4
25
0 commit comments