Skip to content

Commit dfde872

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twine-upload.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if [[ "${INPUT_USER}" == "__token__" && -z "${INPUT_PASSWORD}" ]] ; then
4646
echo \
4747
'::notice::Attempting to perform OIDC credential exchange' \
4848
'to retrieve a temporary short-lived API token for authentication' \
49-
"against ${INPUT_REPOSITORY_URL} due to __token__ username with no " \
49+
"against ${INPUT_REPOSITORY_URL} due to __token__ username with no" \
5050
'supplied password field'
5151
INPUT_PASSWORD="$(python /app/oidc-exchange.py)"
5252
elif [[ "${INPUT_USER}" == '__token__' ]]; then

0 commit comments

Comments
 (0)