Skip to content

Commit

Permalink
fix: check string (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 authored Jul 26, 2024
1 parent fc897ff commit dddf9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unitTestsLinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
nodeDisableCurrent: ${{ vars.UT_DISABLE_NODE_CURRENT }} # default is falsy

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

linux-unit-tests:
Expand Down

0 comments on commit dddf9c2

Please sign in to comment.