Skip to content

Commit

Permalink
Update maven-check-versions.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Oct 28, 2024
1 parent c2fac21 commit 6b260a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions maven-check-versions/maven-check-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ fi
# Honoring GitHub runner debug mode
if [ ! -z "${ACTIONS_RUNNER_DEBUG+x}" ] && [ "${ACTIONS_RUNNER_DEBUG}" = true ]; then
DEBUG=true
fi
if [ ! -z "${RUNNER_DEBUG+x}" ] && [ "${RUNNER_DEBUG}" = true ]; then
elif [ ! -z "${RUNNER_DEBUG+x}" ] && [ "${RUNNER_DEBUG}" = true ]; then
DEBUG=true
fi

Expand Down

0 comments on commit 6b260a7

Please sign in to comment.