mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-09 02:13:33 -05:00
Remove extraneous }
This commit is contained in:
parent
110f54a387
commit
775be49481
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ elif [[ "${INPUT_USER}" == '__token__' ]]; then
|
||||||
else
|
else
|
||||||
echo \
|
echo \
|
||||||
'::notice::Using a username + password pair for authentication' \
|
'::notice::Using a username + password pair for authentication' \
|
||||||
"against ${INPUT_REPOSITORY_URL}}"
|
"against ${INPUT_REPOSITORY_URL}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[
|
if [[
|
||||||
|
|
Loading…
Reference in a new issue