Skip to content

Commit

Permalink
another one
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusB-DevOps committed Dec 9, 2024
1 parent 8823135 commit 23aa128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: user-mapping
run: |
user_mapping=$(cat .github/workflows/user-mapping.json)
github_actor=${{ github.actor }}
github_actor="${{ github.actor }}"
user_data=$(echo $user_mapping | jq -r ".[$github_actor]")
if [[ -z "$user_data" ]]; then
Expand Down

0 comments on commit 23aa128

Please sign in to comment.