You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.
description: 'Parse and check the SQL statement according to the SQL review rules'
inputs:
override-file-path:
description: 'SQL check configuration override file path. Required if the template is not specified.'
required: false
default: ""
database-type:
description: 'The database type. Please check https://github.com/bytebase/sql-review-action/blob/main/README.md#about-parameters for support database engines.'
required: true
template-id:
description: 'The SQL check template id, required if the "override-file-path" is not specified. Should be one of "bb.sql-review.prod", "bb.sql-review.dev".'
required: false
file-pattern:
description: 'The file path pattern for your SQL files. Defaults "^.*\.sql$"'