From 47054a1d4c7060180d4c545a4bb011dead111b1f Mon Sep 17 00:00:00 2001 From: rickstaa Date: Fri, 11 Dec 2020 16:58:40 +0100 Subject: [PATCH] :sparkles: Adds used repo as output --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 2139ace..a0e7e67 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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}"