Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 3, 2024
1 parent 2f06105 commit 933d988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2889,7 +2889,7 @@ jobs:
uv venv .venv && source .venv/bin/activate
make openapi-specs
changed_files=$(git diff --name-only | awk '{$1=$1};1')
echo "Changes (run 'make openapi-specs' to update): \n${changed_files}"
echo -e "Run 'make openapi-specs' to update the following specs: \n${changed_files}"
[[ -z "${changed_files}" ]] && exit 1
Expand Down

0 comments on commit 933d988

Please sign in to comment.