We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efa250 commit c122cdfCopy full SHA for c122cdf
twine-upload.sh
@@ -48,13 +48,13 @@ if [[ "${INPUT_USER}" == "__token__" && -z "${INPUT_PASSWORD}" ]] ; then
48
'to retrieve a temporary short-lived API token for authentication ' \
49
"against ${INPUT_REPOSITORY_URL}"
50
INPUT_PASSWORD="$(python /app/oidc-exchange.py)"
51
-elif [[ "${INPUT_USER}" == "__token__" ]]; then
+elif [[ "${INPUT_USER}" == '__token__' ]]; then
52
echo \
53
- "::notice::Using a user-provided API token for authentication " \
+ '::notice::Using a user-provided API token for authentication ' \
54
55
else
56
57
- "::notice::Using a username + password pair for authentication " \
+ '::notice::Using a username + password pair for authentication ' \
58
"against ${INPUT_REPOSITORY_URL}}"
59
fi
60
0 commit comments