Skip to content

Commit 0586f6e

Browse files
authored
build: fix yaml (#4795)
1 parent e2a55ce commit 0586f6e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/cli-r2-static.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
cache: pnpm
3939

4040
# TRY FIX cloudlare incident
41-
- uses: unfor19/install-aws-cli-action@v1
42-
with:
43-
version: "2.22.35"
44-
verbose: false
45-
arch: amd64
41+
- uses: unfor19/install-aws-cli-action@v1
42+
with:
43+
version: "2.22.35"
44+
verbose: false
45+
arch: amd64
4646

4747
- name: pnpm instal
4848
run: pnpm install --ignore-scripts

.github/workflows/cli-r2.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
cache: pnpm
4040

4141
# TRY FIX cloudlare incident
42-
- uses: unfor19/install-aws-cli-action@v1
43-
with:
44-
version: "2.22.35"
45-
verbose: false
46-
arch: amd64
42+
- uses: unfor19/install-aws-cli-action@v1
43+
with:
44+
version: "2.22.35"
45+
verbose: false
46+
arch: amd64
4747

4848
- name: pnpm instal
4949
run: pnpm install --ignore-scripts

0 commit comments

Comments
 (0)