diff --git a/action.yml b/action.yml index 5450b4f..35f6a8e 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ runs: using: "docker" image: "Dockerfile" args: - - -c ${{ inputs.config }} + - --config=${{ inputs.config }} - ${{ inputs.args }} branding: icon: "triangle"