Skip to content

Commit

Permalink
Really last try
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusB-DevOps committed Dec 9, 2024
1 parent a377018 commit 5238552
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 @@ -17,7 +17,7 @@ jobs:
- name: Read User Mapping
id: user-mapping
run: |
user_mapping=$(cat user-mapping.json)
user_mapping=$(cat .github/workflows/user-mapping.json)
github_actor=${{ github.actor }}
echo "User mapping: $user_mapping"
Expand Down

0 comments on commit 5238552

Please sign in to comment.