Skip to content

Commit

Permalink
fix: create the ~/.aws/credentials file if it doesn’t exists
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 28, 2023
1 parent 799f552 commit e71b034
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ inputs:
runs:
using: 'composite'
steps:
- name: Create the AWS Credential file if required
run: touch ~/.aws/credentials
shell: bash
- name: Wait for stack update-complete
working-directory: ${{ inputs.working_dir }}
run: |
Expand Down

0 comments on commit e71b034

Please sign in to comment.