Skip to content

Commit

Permalink
testing github workspace trigger 12
Browse files Browse the repository at this point in the history
  • Loading branch information
gaganhattar committed Jul 13, 2024
1 parent f2de676 commit aa3ea7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs: # jobs are steps to excute in the pipeline

- name: check environment vars
run: |
if [ -n "${{ secrets.AWS_ACCESS_KEY_ID }}"]; then echo "valid aws access key"
if [ -n "${{ secrets.AWS_SECRET_ACCESS_KEY }}"]; then echo "valid aws secret key"
[[ -n "${{ secrets.AWS_ACCESS_KEY_ID }}"]] && echo "valid aws access key"
[[ -n "${{ secrets.AWS_SECRET_ACCESS_KEY }}"]] && echo "valid aws secret key"
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit aa3ea7a

Please sign in to comment.