Skip to content

Commit e4fcd75

Browse files
committed
fix: add quotes for potentialy spaced values
1 parent 48c94d0 commit e4fcd75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
image: "docker://botsudo/action-fork-sync:v1.0.4"
2929
args:
3030
- ${{ inputs.clone-depth }}
31-
- ${{ inputs.branches }}
32-
- ${{ inputs.source-url }}
33-
- ${{ inputs.fork-url }}
31+
- "${{ inputs.branches }}"
32+
- "${{ inputs.source-url }}"
33+
- "${{ inputs.fork-url }}"
3434
- ${{ inputs.dry-run }}

0 commit comments

Comments
 (0)