Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible for the sql file path to come from another branch? #240

Open
manulifeam-hansenemanuel opened this issue Sep 17, 2024 · 0 comments
Labels
need-to-triage Requires investigation

Comments

@manulifeam-hansenemanuel

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?

@manulifeam-hansenemanuel manulifeam-hansenemanuel added the need-to-triage Requires investigation label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-to-triage Requires investigation
Projects
None yet
Development

No branches or pull requests

1 participant