mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2025-02-18 18:33:02 -05:00
Dedent sequence items in YAML
This commit is contained in:
parent
f36788ee44
commit
2e00539ed7
1 changed files with 3 additions and 3 deletions
|
@ -19,6 +19,6 @@ runs:
|
||||||
using: docker
|
using: docker
|
||||||
image: Dockerfile
|
image: Dockerfile
|
||||||
args:
|
args:
|
||||||
- ${{ inputs.user }}
|
- ${{ inputs.user }}
|
||||||
- ${{ inputs.password }}
|
- ${{ inputs.password }}
|
||||||
- ${{ inputs.repository_url }}
|
- ${{ inputs.repository_url }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue