We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c94d0 commit e4fcd75Copy full SHA for e4fcd75
action.yml
@@ -28,7 +28,7 @@ runs:
28
image: "docker://botsudo/action-fork-sync:v1.0.4"
29
args:
30
- ${{ inputs.clone-depth }}
31
- - ${{ inputs.branches }}
32
- - ${{ inputs.source-url }}
33
- - ${{ inputs.fork-url }}
+ - "${{ inputs.branches }}"
+ - "${{ inputs.source-url }}"
+ - "${{ inputs.fork-url }}"
34
- ${{ inputs.dry-run }}
0 commit comments