Skip to content

Commit dddf9c2

Browse files
authored
fix: check string (#121)
1 parent fc897ff commit dddf9c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unitTestsLinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
nodeDisableCurrent: ${{ vars.UT_DISABLE_NODE_CURRENT }} # default is falsy
2121

2222
prevent-typescript-dependency:
23-
if: ${{ inputs.skipTsDepCheck == 'false' }}
23+
if: ${{ inputs.skipTsDepCheck == false }}
2424
uses: salesforcecli/github-workflows/.github/workflows/preventTypescriptDep.yml@main
2525

2626
linux-unit-tests:

0 commit comments

Comments
 (0)