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