Skip to content

Chapter13.15 bug fix (#794) #82

Chapter13.15 bug fix (#794)

Chapter13.15 bug fix (#794) #82

name: Sync branches
on:
push:
branches: [ 'v12.0', 'v13.0' ]
jobs:
sync_branches:
name: Sync Branches
runs-on: ubuntu-latest
steps:
- name: Keep branches in sync
uses: jojomatik/[email protected]
with:
source: "v12.0"
target: "v13.0"
strategy: "merge"
resolve_conflicts: "false"
git_committer_name: 'BenjaminMichaelisBot'
git_committer_email: '[email protected]'
# The access token to push to the repository
# Optional
# Default: github.token
github_token: ${{ secrets.GIT_PUSHTOKEN }}