Skip to content

Commit 3be882c

Browse files
authored
Merge pull request #161 from jaap3/jaap3-patch-1
This patch remove extraneous trailing `}` from the annotation note.
2 parents 110f54a + 775be49 commit 3be882c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twine-upload.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ elif [[ "${INPUT_USER}" == '__token__' ]]; then
5656
else
5757
echo \
5858
'::notice::Using a username + password pair for authentication' \
59-
"against ${INPUT_REPOSITORY_URL}}"
59+
"against ${INPUT_REPOSITORY_URL}"
6060
fi
6161

6262
if [[

0 commit comments

Comments
 (0)