From 2b1e4ab361cd4a26999efb4a8f89fa79941127d9 Mon Sep 17 00:00:00 2001 From: orhun Date: Sat, 19 Jun 2021 22:45:35 +0300 Subject: [PATCH] chore(action): remove input arguments --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index a2faaf7..e383ae7 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,6 @@ runs: image: "Dockerfile" args: - --config=${{ inputs.config }} - - ${{ inputs.args }} branding: icon: "triangle" color: "orange"