File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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) "
5151elif [[ " ${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} "
5555else
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} }"
5959fi
6060
You can’t perform that action at this time.
0 commit comments