From 16d82559491d8fe7c9bc45785a56f81986198e82 Mon Sep 17 00:00:00 2001 From: pyth0n1c Date: Fri, 22 Nov 2024 12:22:45 -0800 Subject: [PATCH] fix echo for aws configure --- .github/workflows/test_through_configure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_through_configure.yml b/.github/workflows/test_through_configure.yml index ec9f4aec..528f144d 100644 --- a/.github/workflows/test_through_configure.yml +++ b/.github/workflows/test_through_configure.yml @@ -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 @@ -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