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
|
@ -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 }}',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue