diff --git a/action.yml b/action.yml index 9099edb..70f0518 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ runs: image: "docker://botsudo/action-fork-sync:v1.0.4" args: - ${{ inputs.clone-depth }} - - ${{ inputs.branches }} - - ${{ inputs.source-url }} - - ${{ inputs.fork-url }} + - "${{ inputs.branches }}" + - "${{ inputs.source-url }}" + - "${{ inputs.fork-url }}" - ${{ inputs.dry-run }}