From e913e5f468e1661f5dc5382d14f42cd8357a31e5 Mon Sep 17 00:00:00 2001 From: adela Date: Mon, 20 Jan 2025 16:24:40 +0800 Subject: [PATCH] update --- .github/workflows/4-bb-export.yml | 4 ---- ...4_select_employee.sql => 202501201624_select_employee.sql} | 0 2 files changed, 4 deletions(-) rename export/projects/sample-project/databases/hr_prod/{202501201614_select_employee.sql => 202501201624_select_employee.sql} (100%) 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