Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
another debug
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ducks authored Oct 5, 2022
1 parent ad1722b commit 7a13a44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ runs:
mkdir ~/.aws/
echo "${{ github.action_path }}"
echo "${{ github.action_path }}/default-aws-config"
echo ${{ inputs.aws-config-path }}
if [ -f ${{ inputs.aws-config-path }} ];then echo "input is valid, apparently"; fi
if [ -f ${{ inputs.aws-config-path }} ];then echo "${{ inputs.aws-config-path }}"; else echo "${{ github.action_path }}/default-aws-config"; fi
cp $(if [ -f ${{ inputs.aws-config-path }} ];then echo "${{ inputs.aws-config-path }}"; else echo "${{ github.action_path }}/default-aws-config"; fi) ~/.aws/config
Expand Down

0 comments on commit 7a13a44

Please sign in to comment.