Skip to content

fix: index - #6

Merged
zchpeter merged 4 commits into
mainfrom
feature/update-schema
Sep 7, 2026
Merged

fix: index#6
zchpeter merged 4 commits into
mainfrom
feature/update-schema

Conversation

@zchpeter

Copy link
Copy Markdown
Owner

No description provided.

@zchpeter

Copy link
Copy Markdown
Owner Author

test

@zchpeter

Copy link
Copy Markdown
Owner Author

test

test reply

-e BYTEBASE_SERVICE_ACCOUNT_SECRET="${{ env.BYTEBASE_SERVICE_ACCOUNT_SECRET }}" \
-e BYTEBASE_PROJECT="${{ env.BYTEBASE_PROJECT }}" \
-e BYTEBASE_TARGET_STAGE="${{ env.BYTEBASE_TARGET_STAGE }}" \
-e GITHUB_ACTIONS=true \

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yo

-e BYTEBASE_SERVICE_ACCOUNT_SECRET="${{ env.BYTEBASE_SERVICE_ACCOUNT_SECRET }}" \
-e BYTEBASE_PROJECT="${{ env.BYTEBASE_PROJECT }}" \
-e BYTEBASE_TARGET_STAGE="${{ env.BYTEBASE_TARGET_STAGE }}" \
-e GITHUB_ACTIONS=true \

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test comment

@zchpeter
zchpeter force-pushed the feature/update-schema branch from febd7ef to 7802556 Compare September 7, 2026 09:19
zchpeter and others added 2 commits September 7, 2026 05:21
…ntainer

The SQL review workflows run bytebase-action via a raw docker run, which
only receives the env vars listed with -e. Passing GITHUB_ACTIONS=true
enables the action's GitHub integration, which reads the PR number from
the event payload file (GITHUB_EVENT_PATH) on pull_request events
(GITHUB_EVENT_NAME). Neither was provided, so the check step failed with
'required environment variable GITHUB_EVENT_NAME is not set'.

Mount the runner's event file into the container and pass both
variables. Drop GITHUB_EVENT_NUMBER, which no version of the action reads.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

SQL Review Summary

  • Total Affected Rows: 1000
  • Overall Risk Level: ⚪ None
  • Advices Statistics: 0 Error(s), 0 Warning(s)

Detailed Results

File Target Affected Rows Risk Level Advices
migrations/2026090701_add_employee_address.sql instances/prod-sample-instance/databases/hr_prod 1000 ⚪ None -

@zchpeter
zchpeter merged commit b7a52a6 into main Sep 7, 2026
1 check passed
@zchpeter
zchpeter deleted the feature/update-schema branch September 7, 2026 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant