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 110f54a commit 775be49Copy full SHA for 775be49
twine-upload.sh
@@ -56,7 +56,7 @@ elif [[ "${INPUT_USER}" == '__token__' ]]; then
56
else
57
echo \
58
'::notice::Using a username + password pair for authentication' \
59
- "against ${INPUT_REPOSITORY_URL}}"
+ "against ${INPUT_REPOSITORY_URL}"
60
fi
61
62
if [[
0 commit comments