Skip to content

Commit

Permalink
Debug startsWith condition (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Jan 2, 2023
1 parent efe9256 commit 90a2de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terragrunt-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
TFC_ACCESS_TOKEN: ${{ secrets.TFC_ACCESS_TOKEN }}

- name: Set GitHub credentials
if: startsWith(matrix.stack, "github")
if: startsWith(matrix.stack, 'github')
run: export GITHUB_TOKEN="$GIT_TOKEN_BASIC"
env:
GIT_TOKEN_BASIC: ${{ secrets.GIT_TOKEN_BASIC }}
Expand Down

0 comments on commit 90a2de6

Please sign in to comment.