Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 1f819e9

Browse files
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-1
1 parent ae58973 commit 1f819e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
with:
7575
node-version: 12.x
7676
- run: npx yarn bootstrap
77-
- working-directory: example
78-
uses: chromaui/action@v1
79-
with:
80-
token: ${{ secrets.GITHUB_TOKEN }}
81-
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
77+
working-directory: example
78+
- uses: chromaui/action@v1
79+
with:
80+
token: ${{ secrets.GITHUB_TOKEN }}
81+
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

0 commit comments

Comments
 (0)