chore: remove templatesync

This commit is contained in:
xynydev 2024-02-20 21:33:52 +02:00
parent 3dc044c78c
commit d2c7b32616
2 changed files with 0 additions and 21 deletions

View File

@ -1,18 +0,0 @@
name: template-sync
on:
schedule:
- cron: "0 0 * * 1" # triggers on midnight on every monday
workflow_dispatch: # allow manual triggers
jobs:
repo-sync:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4 # clone repo
- name: Sync repository with upstream template
uses: AndreasAugustin/actions-template-sync@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: blue-build/template

View File

@ -1,3 +0,0 @@
modules/*
config/*
README.md