Skip to content

Commit

Permalink
testing github workspace trigger 15
Browse files Browse the repository at this point in the history
  • Loading branch information
gaganhattar committed Jul 13, 2024
1 parent e1ad125 commit 414c227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs: # jobs are steps to excute in the pipeline
- name: check environment vars
run: |
echo env
[ -n "${{ secrets.AWS_SECRET_ACCESS_KEY }}"] && echo "valid aws secret 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 414c227

Please sign in to comment.