I want the sql server to run a script from a specific branch:
- name: run-sql
uses: azure/[email protected]
with:
connection-string: '${{ secrets.CONNECT_STRING }}'
path: 'my-repo/audit/my-script.sql@feature/branch/20240811
action: 'publish'
Is this possible?