diff --git a/action.yaml b/action.yaml index 78feef8..bbbf655 100644 --- a/action.yaml +++ b/action.yaml @@ -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