Skip to content

Commit

Permalink
Fix quotes for echo
Browse files Browse the repository at this point in the history
  • Loading branch information
rawanmahdi committed Nov 10, 2023
1 parent 9ca65f1 commit edc09db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Set up Terraform credentials
run: |
echo "GOOGLE_CREDENTIALS=$(echo '${{ secrets.DEFAULT_SA_KEY2_BASE64 }}' | base64 -d)" >> $GITHUB_ENV
echo "GOOGLE_CREDENTIALS=$(echo "${{ secrets.DEFAULT_SA_KEY2_BASE64 }}" | base64 -d)" >> $GITHUB_ENV
- name: Terraform Init
run: terraform init
Expand Down

0 comments on commit edc09db

Please sign in to comment.