From af450dcaca060c0f4069d9fec1abd37c4bac297c Mon Sep 17 00:00:00 2001 From: Antonin Date: Sun, 21 Aug 2022 22:24:34 +0200 Subject: [PATCH] :construction: remove arg from action file --- action.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/action.yml b/action.yml index 2f71c82..5baefd6 100644 --- a/action.yml +++ b/action.yml @@ -23,9 +23,3 @@ outputs: runs: using: 'docker' image: 'Dockerfile' - args: - - ${{ inputs.username }} - - ${{ inputs.user-token }} - - ${{ inputs.repo }} - - ${{ inputs.branch }} - \ No newline at end of file