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}"