diff --git a/action.yml b/action.yml index c29e2d7..2df589d 100644 --- a/action.yml +++ b/action.yml @@ -18,9 +18,9 @@ runs: run: | if [[ ! -z "${{ inputs.repo }}" ]] then - REPO_ARGS="-C \"${{ inputs.repo }}\"" + REPO_ARGS=-C "${{ inputs.repo }}" else - REPO_ARGS="" + REPO_ARGS= fi SUBMODULES="$(git $REPO_ARGS submodule)"