Skip to content

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

Description

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions