fix(test): update the use of positional arguments

This commit is contained in:
orhun
2021-06-18 03:12:50 +03:00
parent 9e859999aa
commit 69984296f5

View File

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