We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc897ff commit dddf9c2Copy full SHA for dddf9c2
1 file changed
.github/workflows/unitTestsLinux.yml
@@ -20,7 +20,7 @@ jobs:
20
nodeDisableCurrent: ${{ vars.UT_DISABLE_NODE_CURRENT }} # default is falsy
21
22
prevent-typescript-dependency:
23
- if: ${{ inputs.skipTsDepCheck == 'false' }}
+ if: ${{ inputs.skipTsDepCheck == false }}
24
uses: salesforcecli/github-workflows/.github/workflows/preventTypescriptDep.yml@main
25
26
linux-unit-tests:
0 commit comments