Skip to content

Commit 326cc48

Browse files
authored
fix: update always() usage (#214)
fix: update usage
1 parent 0f37182 commit 326cc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/create-test-action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v3
4040
- run: npm ci
4141
- run: npm run lint
42-
if: \${{ always }}
42+
if: \${{ always() }}
4343
`
4444
);
4545
}

0 commit comments

Comments
 (0)