mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-21 16:11:01 -05:00
Drop args from create-docker-action.py
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
This commit is contained in:
parent
bacb62682c
commit
d03addb8e6
1 changed files with 0 additions and 11 deletions
|
@ -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 }}',
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue