Skip to content

Commit

Permalink
Added quotes to escape hash sign (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
duskpoet authored Feb 2, 2024
1 parent 8bcc943 commit 5f867d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ runs:
run: |
neonctl branches create \
--project-id ${{ inputs.project_id }} \
--name ${{ inputs.branch_name }} \
--name "${{ inputs.branch_name }}" \
--suspend-timeout ${{ inputs.suspend_timeout }} \
$(if [[ -n "${{ inputs.parent }}" ]]; then echo "--parent ${{ inputs.parent }}"; fi) \
--output json \
Expand Down

0 comments on commit 5f867d5

Please sign in to comment.