Skip to content

chore: apply auto-fix changes #595

chore: apply auto-fix changes

chore: apply auto-fix changes #595

name: Sync from main to documentation
on:
push:
branches:
- main
jobs:
sync:
name: Sync everything from main into the documentation-content branch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: everlytic/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_ref: "main"
target_branch: "documentation-content"
commit_message_template: "[Automated] Merged {source_ref} into target {target_branch}"