Skip to content

Commit

Permalink
Merge pull request #33 from askb/main
Browse files Browse the repository at this point in the history
Fix: Incorrect if condition
  • Loading branch information
askb authored Feb 19, 2024
2 parents c13459e + d57ea0b commit 54d751e
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 54d751e

Please sign in to comment.