From cebc1ada3116c15d230d6a2eec4b985518444319 Mon Sep 17 00:00:00 2001 From: Jarrod Lowe Date: Sun, 4 Aug 2024 17:51:50 +1200 Subject: [PATCH] more test workflaow --- .github/workflows/environment-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/environment-test.yaml b/.github/workflows/environment-test.yaml index 8f17c833..0cd3ab08 100644 --- a/.github/workflows/environment-test.yaml +++ b/.github/workflows/environment-test.yaml @@ -32,5 +32,5 @@ jobs: with: path: terraform/environment/github variables: | - aws_account=${{ secrets.AWS_ACCOUNT }} + aws_account="${{ secrets.AWS_ACCOUNT }}" aws_region=${{ secrets.AWS_REGION }}