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 17, 2024
1 parent cb6dc16 commit b4d4adb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/branch_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
uses: actions/checkout@v3

- name: Create MySQL Branch
uses: wesql/[email protected].4
uses: wesql/[email protected].7
with:
source_host: '47.93.127.119'
source_port: '15306'
source_user: 'root'
source_password: ${{ secrets.SOURCE_PASSWORD }}
include_databases: '*'
exclude_databases: 'information_schema,mysql,performance_schema,sys'
wescale_image: 'apecloud/apecloud-mysql-scale:0.3.8'
include_databases: '*' # Optional
exclude_databases: 'information_schema,mysql,performance_schema,sys' # Optional
wescale_image: 'apecloud/apecloud-mysql-scale:0.3.8' # Optional

- name: Do Your Schema Migration
run: |
Expand Down

0 comments on commit b4d4adb

Please sign in to comment.