Azure / sql-action

🚀 Deploy changes to your SQL database easily with SQL projects or SQL scripts and sql-action for GitHub workflows
MIT License
103 stars 58 forks source link

v2 - Change script action from sqlcmd to mssql query #99

Closed zijchen closed 2 years ago

zijchen commented 2 years ago

No longer use SQLCMD to run the SQL action. Instead use the mssql module to query instead.

Additional sqlcmd arguments no longer supported.

zijchen commented 2 years ago

I won't run the pr-check on pull_request_target because that uses the yaml from PR target branch, which will fail.