From 7eb43fb92e36e4cc82f578274716cd456add8bc0 Mon Sep 17 00:00:00 2001 From: ICHINOSE Shogo Date: Sat, 15 Oct 2022 02:01:15 +0900 Subject: [PATCH] Update entrypoint.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Łukasz Skarżyński --- entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 3ae0006..8e20c71 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -61,9 +61,9 @@ fi echo "Latest ${VERSION_NAME}=${LATEST_VERSION}" # Set outputs. -set_output current "${CURRENT_VERSION}" -set_output latest "${LATEST_VERSION}" -set_output repo "${REPO}" +set_output "current" "${CURRENT_VERSION}" +set_output "latest" "${LATEST_VERSION}" +set_output "repo" "${REPO}" if [ "${CURRENT_VERSION}" = "${LATEST_VERSION}" ]; then echo "${VERSION_NAME} is latest. Nothing to do."