Skip to content

Commit

Permalink
Dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcblair committed Nov 5, 2024
1 parent 5289f70 commit 4506dcd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ runs:
fi
echo "OIDC_TOKEN=$OIDC_TOKEN" >> $GITHUB_ENV
- name: Ensure AWS Config Directory Exists
shell: bash
run: |
mkdir -p ~/.aws
- name: Setup AWS Profiles
shell: bash
env:
Expand Down

0 comments on commit 4506dcd

Please sign in to comment.