Skip to content

Commit c122cdf

Browse files
woodruffwwebknjaz
andauthored
Apply suggestions from code review
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
1 parent 2efa250 commit c122cdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

twine-upload.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ if [[ "${INPUT_USER}" == "__token__" && -z "${INPUT_PASSWORD}" ]] ; then
4848
'to retrieve a temporary short-lived API token for authentication ' \
4949
"against ${INPUT_REPOSITORY_URL}"
5050
INPUT_PASSWORD="$(python /app/oidc-exchange.py)"
51-
elif [[ "${INPUT_USER}" == "__token__" ]]; then
51+
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)