Workflow syntax error

This commit is contained in:
Jonathan Clem
2021-04-21 17:43:39 -04:00
parent fb7e8f7c67
commit 5ee517dae8

View File

@@ -44,7 +44,7 @@ jobs:
path: ~/.npm path: ~/.npm
key: ${{runner.os}}-npm-${{hashFiles('**/package-lock.json')}} key: ${{runner.os}}-npm-${{hashFiles('**/package-lock.json')}}
restore-keys: ${{runner.os}}-npm- restore-keys: ${{runner.os}}-npm-
- uses: npm ci - run: npm ci
- id: output-set - id: output-set
uses: ./ uses: ./
with: with: