File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ if [[ "${INPUT_USER}" == "__token__" && -z "${INPUT_PASSWORD}" ]] ; then
48
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
- elif [[ " ${INPUT_USER} " == " __token__" ]]; then
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