diff --git a/action.yml b/action.yml index e37f096..8d9f401 100644 --- a/action.yml +++ b/action.yml @@ -69,4 +69,4 @@ runs: shell: bash working-directory: ${{ inputs.working-directory }} if: ${{ inputs.install-only != 'true' && inputs.dry-run != 'true' }} - run: "multi run --enable-colors=always --force='${{ inputs.force }}'" \ No newline at end of file + run: "multi run --enable-colors=always ${{ inputs.force == 'true' && '--force' || '' }}" \ No newline at end of file