From 8c28eb706bcb41327a50f844da0b1ef064c2ea0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C6=B0u=20Cao=20Ho=C3=A0ng?= <136492579+lcaohoanq@users.noreply.github.com> Date: Sat, 25 Oct 2025 22:40:45 +0700 Subject: [PATCH] Fix BaseURL formatting in auto-cd.yml --- .github/workflows/auto-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-cd.yml b/.github/workflows/auto-cd.yml index f851098..e3b1d68 100644 --- a/.github/workflows/auto-cd.yml +++ b/.github/workflows/auto-cd.yml @@ -165,7 +165,7 @@ jobs: - PayOS__ClientId=${{ secrets.PAYOS_CLIENT_ID }} - PayOS__ApiKey=${{ secrets.PAYOS_API_KEY }} - PayOS__ChecksumKey=${{ secrets.PAYOS_CHECKSUM_KEY }} - - BaseURL=com.app.tgx: + - "BaseURL=com.app.tgx:" - ApplyMigrations=false - AllowedHosts=* - B2Storage__ServiceUrl=${{ secrets.B2_SERVICE_URL }}