Remove extraneous }

This commit is contained in:
Jaap Roes 2023-06-08 14:56:32 +02:00 committed by GitHub
parent 110f54a387
commit 775be49481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 [[