Skip to content

Commit 77504a5

Browse files
authored
Fix multiline run_install example in README.md (#167)
1 parent d648c2d commit 77504a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- uses: pnpm/action-setup@v4
118118
with:
119119
version: 10
120-
run_install: |
120+
run_install:
121121
- recursive: true
122122
args: [--frozen-lockfile, --strict-peer-dependencies]
123123
- args: [--global, gulp, prettier, typescript]

0 commit comments

Comments
 (0)