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

Commit

Permalink
more dubgging
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ducks authored Oct 5, 2022
1 parent 399e01a commit ad1722b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ runs:
sudo ./aws/install --update
aws --version
mkdir ~/.aws/
echo "${{ github.action_path }}"
echo "${{ github.action_path }}/default-aws-config"
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
- name: setup python
Expand Down

0 comments on commit ad1722b

Please sign in to comment.