diff --git a/action.yml b/action.yml index d2cf99f..4607f7d 100644 --- a/action.yml +++ b/action.yml @@ -137,7 +137,7 @@ runs: commit=$(git rev-parse HEAD) if [[ -n "${{ inputs.commit }}" ]]; then - args+=(--commit "${{ inputs.commit }}") + commit=${{ inputs.commit }} fi args+=(--commit "$commit")