Merge pull request #704 from Atom-Learning/feat/keyboard-shortcut #588
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}" |