From e0696ba535f515311d478740c72fecce65a508e0 Mon Sep 17 00:00:00 2001 From: DmitriyMusatkin Date: Fri, 22 Nov 2024 15:21:05 -0800 Subject: [PATCH] indent --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e240c1d60..ed0eba4a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,10 @@ permissions: x-step-template: &configure-aws-credentials - name: Configure AWS credentials (containers) - uses: aws-actions/configure-aws-credentials@v4 - with: - role-to-assume: ${{ env.CRT_CI_ROLE }} - aws-region: ${{ env.AWS_DEFAULT_REGION }} + uses: aws-actions/configure-aws-credentials@v4 + with: + role-to-assume: ${{ env.CRT_CI_ROLE }} + aws-region: ${{ env.AWS_DEFAULT_REGION }} jobs: linux-compat: