fix(test): remove the quotes around image arguments

This commit is contained in:
orhun
2021-06-18 03:16:54 +03:00
parent 69984296f5
commit dd34d68fc8

View File

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