diff --git a/.github/workflows/api-swagger.yml b/.github/workflows/api-swagger.yml index 1447c4d..abaca64 100644 --- a/.github/workflows/api-swagger.yml +++ b/.github/workflows/api-swagger.yml @@ -39,6 +39,7 @@ jobs: then # If file is not empty, echo a message and exit 1 echo "Swagger docs are not up to date. Please run 'swag init' and commit the changes." + cat swagger-diff.txt exit 1 fi