diff --git a/.github/workflows/cli-r2-static.yaml b/.github/workflows/cli-r2-static.yaml index d2a14d46aff3..bbf61abfabbb 100644 --- a/.github/workflows/cli-r2-static.yaml +++ b/.github/workflows/cli-r2-static.yaml @@ -38,11 +38,11 @@ jobs: cache: pnpm # TRY FIX cloudlare incident - - uses: unfor19/install-aws-cli-action@v1 - with: - version: "2.22.35" - verbose: false - arch: amd64 + - uses: unfor19/install-aws-cli-action@v1 + with: + version: "2.22.35" + verbose: false + arch: amd64 - name: pnpm instal run: pnpm install --ignore-scripts diff --git a/.github/workflows/cli-r2.yaml b/.github/workflows/cli-r2.yaml index 9e00d3fbe247..4b36b5087bc6 100644 --- a/.github/workflows/cli-r2.yaml +++ b/.github/workflows/cli-r2.yaml @@ -39,11 +39,11 @@ jobs: cache: pnpm # TRY FIX cloudlare incident - - uses: unfor19/install-aws-cli-action@v1 - with: - version: "2.22.35" - verbose: false - arch: amd64 + - uses: unfor19/install-aws-cli-action@v1 + with: + version: "2.22.35" + verbose: false + arch: amd64 - name: pnpm instal run: pnpm install --ignore-scripts