Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Łukasz Skarżyński <[email protected]>
  • Loading branch information
shogo82148 and skarzi authored Oct 14, 2022
1 parent 37e829d commit 7eb43fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 7eb43fb

Please sign in to comment.