From 775be49481ba30cf6003c8fdc32d3b3acf48c6a3 Mon Sep 17 00:00:00 2001 From: Jaap Roes Date: Thu, 8 Jun 2023 14:56:32 +0200 Subject: [PATCH] Remove extraneous } --- twine-upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twine-upload.sh b/twine-upload.sh index bf48246..c2102ea 100755 --- a/twine-upload.sh +++ b/twine-upload.sh @@ -56,7 +56,7 @@ elif [[ "${INPUT_USER}" == '__token__' ]]; then else echo \ '::notice::Using a username + password pair for authentication' \ - "against ${INPUT_REPOSITORY_URL}}" + "against ${INPUT_REPOSITORY_URL}" fi if [[