Skip to content

Commit

Permalink
fix: add quotes for potentialy spaced values
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Apr 5, 2020
1 parent 48c94d0 commit e4fcd75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit e4fcd75

Please sign in to comment.