Skip to content

Commit

Permalink
Fix GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
bugfloyd committed Dec 2, 2023
1 parent 6f2d43e commit d1be77a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
cd ./package && zip -r9 ../upload_listener.zip . && cd ..
rm -rf ./package
- name: Echo Config
run: echo ${{ vars.AWS_REGION }}
run: |
echo ${{ vars.AWS_REGION }}
echo ${{ vars.ENVIRONMENT_STAGE }}
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit d1be77a

Please sign in to comment.