Skip to content

.github/workflows/template-sync.yml #1135

.github/workflows/template-sync.yml

.github/workflows/template-sync.yml #1135

Workflow file for this run

on:
# cronjob trigger
schedule:
- cron: "0 */12 * * *"
# manual trigger
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
# To use this repository's private action, you must check out the repository
- name: Checkout
uses: actions/checkout@main
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: ScoopInstaller/BucketTemplate
upstream_branch: master