Skip to content

Commit

Permalink
adjust check message
Browse files Browse the repository at this point in the history
  • Loading branch information
ntruchsess committed Feb 2, 2024
1 parent 640d540 commit 3c238cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pre-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ jobs:
script_output=$(./scripts/check_package_versions.sh)
if [ -z "$script_output" ]; then
echo "Expected version updates were made. Please see https://github.com/eclipse-tractusx/portal-backend/blob/main/src/framework/README.md for further information"
echo "Expected version updates were made"
else
echo "the following packages need a version update: $script_output"
echo "Please see https://github.com/eclipse-tractusx/portal-backend/blob/main/src/framework/README.md for further information"
exit 1
fi

0 comments on commit 3c238cc

Please sign in to comment.