Skip to content

Commit

Permalink
Merge pull request #161 from jaap3/jaap3-patch-1
Browse files Browse the repository at this point in the history
This patch remove extraneous trailing `}` from the annotation note.
  • Loading branch information
webknjaz committed Jun 8, 2023
2 parents 110f54a + 775be49 commit 3be882c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twine-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 [[
Expand Down

0 comments on commit 3be882c

Please sign in to comment.