Skip to content

Commit 87b7955

Browse files
committed
update action cli flags
1 parent 279d7bd commit 87b7955

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sql-review-action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ jobs:
2525
BYTEBASE_PROJECT: "projects/project-sample"
2626
BYTEBASE_TARGETS: "instances/prod-sample-instance/databases/hr_prod"
2727
FILE_PATTERN: "migrations/*.sql"
28+
with:
29+
entrypoint: bytebase-action
30+
args: --url ${{ env.BYTEBASE_URL }} --service-account ${{ env.BYTEBASE_SERVICE_ACCOUNT }} --project ${{ env.BYTEBASE_PROJECT }} --targets ${{ env.BYTEBASE_TARGETS }} --file-pattern ${{ env.FILE_PATTERN }}

0 commit comments

Comments
 (0)