Skip to content

.github/workflows/config-sync.yml #2

.github/workflows/config-sync.yml

.github/workflows/config-sync.yml #2

Workflow file for this run

on:
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: actions-template-sync
uses: AndreasAugustin/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: Synodic-Software/Config-Template
upstream_branch: development