Skip to content

Commit

Permalink
add shell for run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
levgorbunov1 committed Oct 9, 2024
1 parent 51d7a3c commit 2eaa7e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup-aws-profile/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ runs:
role-duration-seconds: 900

- name: Create AWS profile
shell: bash
run: |
aws configure set region ${{ env.AWS_REGION }} --profile ${{ inputs.profile-name }}
aws configure set aws_access_key_id ${{ env.AWS_ACCESS_KEY_ID }} --profile ${{ inputs.profile-name }}
Expand Down

0 comments on commit 2eaa7e5

Please sign in to comment.