fix(test): update the formatting of docker argument

This commit is contained in:
orhun
2021-06-18 03:24:00 +03:00
parent dd34d68fc8
commit 44b437a9c3

View File

@@ -16,7 +16,7 @@ runs:
using: "docker" using: "docker"
image: "Dockerfile" image: "Dockerfile"
args: args:
- ${{ inputs.args }} -c ${{ inputs.config }} - "${{ inputs.args }}" -c "${{ inputs.config }}"
branding: branding:
icon: "triangle" icon: "triangle"
color: "orange" color: "orange"