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 29, 2024
1 parent bd7efdf commit 0bd349d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven-check-versions/maven-check-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ fi

# Support working_directory input if used as GitHub action
if [ -n "${ENV_WORKING_DIRECTORY+x}" ]; then
if [ "${DEBUG}" = true ]; then
if [ "${DEBUG}" = true ]; then
\echo "DEBUG: changing working directory to: ${ENV_WORKING_DIRECTORY}"
fi
cd "${ENV_WORKING_DIRECTORY}"
cd "${ENV_WORKING_DIRECTORY}"
fi

if [ "${DEBUG}" = true ]; then
Expand Down

0 comments on commit 0bd349d

Please sign in to comment.