🚀 Deploy changes to your SQL database easily with SQL projects or SQL scripts and sql-action for GitHub workflows
103
stars
58
forks
source link
Is it possible for the sql file path to come from another branch? #240
Open
manulifeam-hansenemanuel opened 2 months ago
I want the sql server to run a script from a specific branch:
connection-string: '${{ secrets.CONNECT_STRING }}' path: 'my-repo/audit/my-script.sql@feature/branch/20240811 action: 'publish'
Is this possible?