Skip to content

Commit

Permalink
Fix: Incorrect if condition
Browse files Browse the repository at this point in the history
Issue: RELENG-5139
Signed-off-by: Anil Belur <[email protected]>
  • Loading branch information
askb committed Feb 19, 2024
1 parent c13459e commit d57ea0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ runs:
fi
git checkout FETCH_HEAD
if [ ${{ inputs.submodules }} ~= true|True ]
if [[ ${{ inputs.submodules }} = [Tt]rue ]]
then
git submodule update
fi

0 comments on commit d57ea0b

Please sign in to comment.