We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f37182 commit 326cc48Copy full SHA for 326cc48
lib/create-test-action.js
@@ -39,7 +39,7 @@ jobs:
39
- uses: actions/checkout@v3
40
- run: npm ci
41
- run: npm run lint
42
- if: \${{ always }}
+ if: \${{ always() }}
43
`
44
);
45
}
0 commit comments