Adds used repo as output

This commit is contained in:
rickstaa
2020-12-11 16:58:40 +01:00
parent b72f443043
commit 47054a1d4c

View File

@@ -50,3 +50,4 @@ perl -i -pe "s/${VERSION_NAME}(?:\s?=\s?|:?\s+)\"?v?\K\d+\.\d+(\.\d+)?(-[^\"\s]*
echo "Updated. Commit and create Pull-Request as you need."
echo "::set-output name=current::${CURRENT_VERSION}"
echo "::set-output name=latest::${LATEST_VERSION}"
echo "::set-output name=repo::${REPO}"