Skip to content

Commit ae8c9ad

Browse files
committed
test
1 parent e13bd00 commit ae8c9ad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test-deploy.yml

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

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

0 commit comments

Comments
 (0)