Skip to content

Test repo sync from template #50

Test repo sync from template

Test repo sync from template #50

Workflow file for this run

---
name: Docs
"on":
push:
# Only targets main branch to avoid amplification effects of auto-fixing
# the exact same stuff in multiple non-rebased branches.
branches:
- main
jobs:
docs:
uses: kdeldycke/workflows/.github/workflows/[email protected]
repo-sync:
name: Import changes from template repository
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: AndreasAugustin/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: kdeldycke/awesome-template
pr_title: "[sync] Template repository updates"
pr_commit_msg: "[sync] Template repository updates"
pr_labels: "📚 documentation"