Skip to content

Commit 32919e4

Browse files
committed
fix
1 parent ae8c9ad commit 32919e4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
- name: Install Dependencies
2323
run: deno install
2424

25-
- name: test
26-
run: echo "${{ env.DENO_DEPLOY_ORG }}"
27-
2825
- name: Test deno deploy command in astro-demo
2926
working-directory: ./astro-demo
30-
run: deno deploy --token=${{ secrets.DENO_DEPLOY_TOKEN }} --org=${{ env.DENO_DEPLOY_ORG }} --app=${{ env.DENO_DEPLOY_APP }}
27+
run: deno deploy --token=${{ secrets.DENO_DEPLOY_TOKEN }} --org=${{ envs.DENO_DEPLOY_ORG }} --app=${{ envs.DENO_DEPLOY_APP }}

0 commit comments

Comments
 (0)