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 dc9a7c1 commit cad90fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
env:
SOURCE_HOST: ${{ inputs.source_host || '47.93.127.119' }}
SOURCE_PORT: ${{ inputs.source_port || '3306' }}
SOURCE_PORT: ${{ inputs.source_port || '15306' }}
SOURCE_USER: ${{ inputs.source_user || 'root' }}
SOURCE_PASSWORD: ${{ inputs.source_password || '' }}
INCLUDE_DATABASES: ${{ inputs.include_databases || '*' }}
Expand Down

0 comments on commit cad90fe

Please sign in to comment.