diff --git a/.github/workflows/4-bb-export.yml b/.github/workflows/4-bb-export.yml index 2d0231d..979cbb5 100644 --- a/.github/workflows/4-bb-export.yml +++ b/.github/workflows/4-bb-export.yml @@ -60,10 +60,6 @@ jobs: --data "$data" \ -o "$temp_file") - echo "Response (Status $http_code):" - cat "$temp_file" - echo "------------------------" - # Return the response regardless of status code # This allows the caller to handle the response cat "$temp_file" diff --git a/export/projects/sample-project/databases/hr_prod/202501201614_select_employee.sql b/export/projects/sample-project/databases/hr_prod/202501201624_select_employee.sql similarity index 100% rename from export/projects/sample-project/databases/hr_prod/202501201614_select_employee.sql rename to export/projects/sample-project/databases/hr_prod/202501201624_select_employee.sql