Skip to content

Commit

Permalink
🎨 Tweak update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fTrestour committed Oct 26, 2024
1 parent 2cf2f58 commit 6ca6b79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/template-sync.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Template update

on:
schedule:
- cron: "*/5 * * * *"
workflow_dispatch

jobs:
repo-sync:
Expand All @@ -18,4 +19,4 @@ jobs:
uses: AndreasAugustin/actions-template-sync@v2
with:
source_repo_path: fTrestour/katastema
pr_title: "Upgrade template"
pr_title: "Template update"

0 comments on commit 6ca6b79

Please sign in to comment.