1
0
mirror of https://github.com/pypa/gh-action-pypi-publish synced 2024-11-30 21:22:28 +08:00

Drop args from create-docker-action.py

Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
This commit is contained in:
Brendon Smith 2024-06-11 13:01:29 -04:00
parent 640fe61d1d
commit 483a6a6c8b
No known key found for this signature in database

View File

@ -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 }}',
],
},
}