mirror of
https://gitcode.com/gh_mirrors/gh/gh-action-pypi-publish.git
synced 2026-07-02 18:27:49 +00:00
Drop args from create-docker-action.py
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
This commit is contained in:
@@ -68,17 +68,6 @@ action = {
|
|||||||
'runs': {
|
'runs': {
|
||||||
'using': 'docker',
|
'using': 'docker',
|
||||||
'image': image,
|
'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 }}',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user