8000 Workflow syntax error · Binternet/github-script@5ee517d · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5ee517d

Browse files
committed
Workflow syntax error
1 parent fb7e8f7 commit 5ee517d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
path: ~/.npm
4545
key: ${{runner.os}}-npm-${{hashFiles('**/package-lock.json')}}
4646
restore-keys: ${{runner.os}}-npm-
47-
- uses: npm ci
47+
- run: npm ci
4848
- id: output-set
4949
uses: ./
5050
with:

0 commit comments

Comments
 (0)
0