We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8c9ad commit 32919e4Copy full SHA for 32919e4
1 file changed
.github/workflows/test-deploy.yml
@@ -22,9 +22,6 @@ jobs:
22
- name: Install Dependencies
23
run: deno install
24
25
- - name: test
26
- run: echo "${{ env.DENO_DEPLOY_ORG }}"
27
-
28
- name: Test deno deploy command in astro-demo
29
working-directory: ./astro-demo
30
- run: deno deploy --token=${{ secrets.DENO_DEPLOY_TOKEN }} --org=${{ env.DENO_DEPLOY_ORG }} --app=${{ env.DENO_DEPLOY_APP }}
+ run: deno deploy --token=${{ secrets.DENO_DEPLOY_TOKEN }} --org=${{ envs.DENO_DEPLOY_ORG }} --app=${{ envs.DENO_DEPLOY_APP }}
0 commit comments