From da7d5ef796fd33cd1118443988efe4568c0fa4b5 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Wed, 30 Oct 2024 11:30:15 +0000 Subject: [PATCH] [Actions] Updated .github/actions/database-deploy/action.yml --- .github/actions/database-deploy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/database-deploy/action.yml b/.github/actions/database-deploy/action.yml index 7aae2219..70b9d53e 100644 --- a/.github/actions/database-deploy/action.yml +++ b/.github/actions/database-deploy/action.yml @@ -100,4 +100,4 @@ runs: with: connection-string: "Server=${{inputs.SQL_SERVER}};Database=${{inputs.SQL_DB}};User Id=${{inputs.SQL_USER}};Password=${{inputs.SQL_PASSWORD}};Connection Timeout=60;TrustServerCertificate=true;Application Name=Deploy Schema ${{inputs.BUILD_VERSION}}" path: ${{github.workspace}}/update.sql - arguments: -e + arguments: -e -b