Skip to content

Commit

Permalink
fix: print aws env var
Browse files Browse the repository at this point in the history
  • Loading branch information
m-sureshraj committed Feb 3, 2024
1 parent addc56b commit dbe3b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
working-directory: ./deployment-with-github-actions
run: |
npm run test
echo "${{ vars.AWS_REGION }}"
echo ${{ vars.AWS_REGION }}

0 comments on commit dbe3b60

Please sign in to comment.