Skip to content

Commit

Permalink
[Actions] Updated .github/actions/database-deploy/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Oct 30, 2024
1 parent af7cf9b commit 112eea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/database-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 112eea1

Please sign in to comment.