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

Commit

Permalink
it should now work!
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ducks authored Oct 5, 2022
1 parent f339740 commit acce591
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ runs:
sudo ./aws/install --update
aws --version
mkdir ~/.aws/
echo "${{ github.action_path }}"
echo "${{ github.action_path }}/default-aws-config"
echo ${{ inputs.aws-config-path }}
if [ ! -s ${{ inputs.aws-config-path }} ];then echo "input is valid, apparently"; fi
if [ ! -s ${{ inputs.aws-config-path }} ];then echo "${{ inputs.aws-config-path }}"; else echo "${{ github.action_path }}/default-aws-config"; fi
cp $(if [ ! -s ${{ inputs.aws-config-path }} ];then echo "${{ inputs.aws-config-path }}"; else echo "${{ github.action_path }}/default-aws-config"; fi) ~/.aws/config
- name: setup python
uses: actions/setup-python@v2
Expand Down
File renamed without changes.

0 comments on commit acce591

Please sign in to comment.