File tree 1 file changed +4
-4
lines changed
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
44
44
# No password supplied by the user implies that we're in the OIDC flow;
45
45
# retrieve the OIDC credential and exchange it for a PyPI API token.
46
46
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' \
49
49
" against ${INPUT_REPOSITORY_URL} "
50
50
INPUT_PASSWORD=" $( python /app/oidc-exchange.py) "
51
51
elif [[ " ${INPUT_USER} " == ' __token__' ]]; then
52
52
echo \
53
- ' ::notice::Using a user-provided API token for authentication ' \
53
+ ' ::notice::Using a user-provided API token for authentication' \
54
54
" against ${INPUT_REPOSITORY_URL} "
55
55
else
56
56
echo \
57
- ' ::notice::Using a username + password pair for authentication ' \
57
+ ' ::notice::Using a username + password pair for authentication' \
58
58
" against ${INPUT_REPOSITORY_URL} }"
59
59
fi
60
60
You can’t perform that action at this time.
0 commit comments