Skip to content

Commit

Permalink
fix echo for aws configure
Browse files Browse the repository at this point in the history
  • Loading branch information
pyth0n1c committed Nov 22, 2024
1 parent 5468199 commit 16d8255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_through_configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run AWS configure
run: |
echo "${{ secrets.AWS_ACCESS_KEY_ID }}\n${{ secrets.AWS_SECRET_ACCESS_KEY }}\neu-central-1\njson\n" | aws configure
echo -e "${{ secrets.AWS_ACCESS_KEY_ID }}\n${{ secrets.AWS_SECRET_ACCESS_KEY }}\neu-central-1\njson\n\n" | aws configure
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Run AWS configure
run: |
echo "${{ secrets.AWS_ACCESS_KEY_ID }}\n${{ secrets.AWS_SECRET_ACCESS_KEY }}\neu-central-1\njson\n" | aws configure
echo -e "${{ secrets.AWS_ACCESS_KEY_ID }}\n${{ secrets.AWS_SECRET_ACCESS_KEY }}\neu-central-1\njson\n\n" | aws configure
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
Expand Down

0 comments on commit 16d8255

Please sign in to comment.