diff --git a/.github/workflows/branch_example.yml b/.github/workflows/branch_example.yml index b1c5569139..9553122135 100644 --- a/.github/workflows/branch_example.yml +++ b/.github/workflows/branch_example.yml @@ -11,15 +11,15 @@ jobs: uses: actions/checkout@v3 - name: Create MySQL Branch - uses: wesql/mysql-branch-action@v0.0.4 + uses: wesql/mysql-branch-action@v0.0.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: |