Skip to content

Commit

Permalink
chore: add branch_example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
earayu committed Dec 16, 2024
1 parent 7d817e4 commit d668659
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/branch_example.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
name: Branch Example

on:
push:
inputs:
source_host:
required: true
type: string
default: '47.93.127.119'
source_port:
required: false
type: string
default: '15306'
source_user:
required: false
type: string
default: 'root'
source_password:
required: true
type: string
default: ''
include_databases:
required: false
type: string
default: '*'
exclude_databases:
required: false
type: string
default: 'information_schema,mysql,performance_schema,sys'
wescale_image:
required: false
type: string
default: 'apecloud/apecloud-mysql-scale:0.3.8-alpha4'
workflow_dispatch:
inputs:
source_host:
Expand Down

0 comments on commit d668659

Please sign in to comment.