Skip to content

Commit

Permalink
fix semantic error
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Fuhrmeister committed May 8, 2024
1 parent 9771f1b commit 437aa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ runs:
role-session-name: "atmos-terraform-state-gitops"
mask-aws-account-id: "no"
role-chaining: ${{ steps.config.outputs.aws-role-chaining }}
unset-current-credentials: ${{ steps.config.outputs.aws-role-chaining == 'false' }}
unset-current-credentials: ${{ steps.config.outputs.aws-role-chaining }}

- name: Store New Plan
if: ${{ steps.atmos-plan.outputs.error == 'false' }}
Expand Down

0 comments on commit 437aa27

Please sign in to comment.