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:
parent
640fe61d1d
commit
483a6a6c8b
@ -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 New Issue
Block a user