Skip to content

Commit

Permalink
Aws auth optional (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Sep 17, 2024
1 parent 964928c commit 6f9caa7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ runs:
working-directory: base-ref

- name: Configure Plan AWS Credentials
if: ${{ steps.config.outputs.aws-region != '' &&
steps.config.outputs.aws-region != 'null' &&
steps.config.outputs.terraform-plan-role != '' &&
steps.config.outputs.terraform-plan-role != 'null' }}
uses: aws-actions/[email protected]
with:
aws-region: ${{ steps.config.outputs.aws-region }}
Expand Down

0 comments on commit 6f9caa7

Please sign in to comment.