We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc8abe commit b4fbe61Copy full SHA for b4fbe61
.github/workflows/sql-review-action.yml
@@ -23,6 +23,6 @@ jobs:
23
BYTEBASE_SERVICE_ACCOUNT: [email protected]
24
BYTEBASE_SERVICE_ACCOUNT_SECRET: ${{secrets.BYTEBASE_SERVICE_ACCOUNT_SECRET}}
25
BYTEBASE_PROJECT: "projects/project-sample"
26
- BYTEBASE_TARGETS: "instances/test-sample-instance/databases/hr_prod"
+ BYTEBASE_TARGETS: "instances/prod-sample-instance/databases/hr_prod"
27
FILE_PATTERN: "migrations/*.sql"
28
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
0 commit comments