From d03addb8e640d5bc0f05e40dfc630b3fa59776d8 Mon Sep 17 00:00:00 2001 From: Brendon Smith Date: Tue, 11 Jun 2024 13:01:29 -0400 Subject: [PATCH] Drop args from create-docker-action.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) --- create-docker-action.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/create-docker-action.py b/create-docker-action.py index 86adb19..cf3eb5f 100644 --- a/create-docker-action.py +++ b/create-docker-action.py @@ -68,17 +68,6 @@ action = { 'runs': { 'using': 'docker', 'image': image, - 'args': [ - '${{ inputs.user }}', - '${{ inputs.password }}', - '${{ inputs.repository-url }}', - '${{ inputs.packages-dir }}', - '${{ inputs.verify-metadata }}', - '${{ inputs.skip-existing }}', - '${{ inputs.verbose }}', - '${{ inputs.print-hash }}', - '${{ inputs.attestations }}', - ], }, }