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

Commit ff88d20

Browse files
committed
Fix indentation in action
1 parent 04e7901 commit ff88d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- run: |
1818
npm ci
19-
env:
20-
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
19+
env:
20+
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
2121
- run: |
2222
npm run all

0 commit comments

Comments
 (0)