From 0586f6e8184b3de28b1894d252128e848240763a Mon Sep 17 00:00:00 2001 From: Bogdan Chadkin Date: Mon, 27 Jan 2025 18:29:40 +0400 Subject: [PATCH] build: fix yaml (#4795) --- .github/workflows/cli-r2-static.yaml | 10 +++++----- .github/workflows/cli-r2.yaml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) 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