Skip to content

Commit 65bf8a8

Browse files
committed
Remove double spaces
1 parent 48b317d commit 65bf8a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

twine-upload.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ if [[ "${INPUT_USER}" == "__token__" && -z "${INPUT_PASSWORD}" ]] ; then
4444
# No password supplied by the user implies that we're in the OIDC flow;
4545
# retrieve the OIDC credential and exchange it for a PyPI API token.
4646
echo \
47-
'::notice::Attempting to perform OIDC credential exchange ' \
48-
'to retrieve a temporary short-lived API token for authentication ' \
47+
'::notice::Attempting to perform OIDC credential exchange' \
48+
'to retrieve a temporary short-lived API token for authentication' \
4949
"against ${INPUT_REPOSITORY_URL}"
5050
INPUT_PASSWORD="$(python /app/oidc-exchange.py)"
5151
elif [[ "${INPUT_USER}" == '__token__' ]]; then
5252
echo \
53-
'::notice::Using a user-provided API token for authentication ' \
53+
'::notice::Using a user-provided API token for authentication' \
5454
"against ${INPUT_REPOSITORY_URL}"
5555
else
5656
echo \
57-
'::notice::Using a username + password pair for authentication ' \
57+
'::notice::Using a username + password pair for authentication' \
5858
"against ${INPUT_REPOSITORY_URL}}"
5959
fi
6060

0 commit comments

Comments
 (0)