Skip to content

Commit ebb411a

Browse files
committed
fix test
1 parent 4b2a013 commit ebb411a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testacc.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
- env:
5757
TF_ACC: "1"
5858
ASTRO_API_TOKEN: ${{ secrets.DEV_ASTRO_API_TOKEN }}
59-
ASTRO_API_HOST: ${{ env.DEV_ASTRO_API_HOST }}
60-
ASTRO_ORGANIZATION_ID: ${{ env.DEV_ASTRO_ORGANIZATION_ID }}
61-
run: make testacc
59+
ASTRO_API_HOST: $DEV_ASTRO_API_HOST
60+
ASTRO_ORGANIZATION_ID: $env.DEV_ASTRO_ORGANIZATION_ID
61+
run: echo $ASTRO_API_HOST; make testacc
6262
timeout-minutes: 10
6363

0 commit comments

Comments
 (0)