Merge pull request #161 from jaap3/jaap3-patch-1
This patch remove extraneous trailing `}` from the annotation note.
This commit is contained in:
commit
3be882c473
|
@ -56,7 +56,7 @@ elif [[ "${INPUT_USER}" == '__token__' ]]; then
|
||||||
else
|
else
|
||||||
echo \
|
echo \
|
||||||
'::notice::Using a username + password pair for authentication' \
|
'::notice::Using a username + password pair for authentication' \
|
||||||
"against ${INPUT_REPOSITORY_URL}}"
|
"against ${INPUT_REPOSITORY_URL}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[
|
if [[
|
||||||
|
|
Loading…
Reference in New Issue