Skip to content

Commit

Permalink
Fix template sync (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jun 28, 2024
1 parent 4e13cf6 commit 9148f83
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/template-sync.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: "Sync template"
on:
workflow_dispatch:
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:
jobs:
repo-sync:
if: github.repository != 'NuschtOS/template'
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write

steps:
- uses: actions/checkout@v4
- uses: AndreasAugustin/actions-template-sync@v2
with:
github_token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
pr_commit_msg: Merge template changes
source_repo_path: NuschtOS/template

0 comments on commit 9148f83

Please sign in to comment.