This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Commit 1f819e9
authored
github/build: Fix indentation.
Assuming you're trying to set the working-directory for the `npx yarn bootstrap` command, this is how you set the working directory.
Ref - https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-11 parent ae58973 commit 1f819e9
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
0 commit comments