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 9e9df7a commit 1a5910d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/template-sync.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Template update

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

jobs:
repo-sync:
Expand All @@ -18,4 +21,4 @@ jobs:
uses: AndreasAugustin/actions-template-sync@v2
with:
source_repo_path: fTrestour/katastema
pr_title: "Upgrade template"
pr_title: "Template update"
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ The repository is organized as follows:
This project uses GitHub Actions to:
- Test the build is not broken when pushing on any branch.
- Create a release containing the built website in an archive file - both `.tar.gz` and `zip` - when pushing on `main`
<<<<<<< HEAD
- Pull updates from the template repository into your project. To do that : "Actions" > "Template update" > "Run workflow". To have it work properly, you should update workflow permissions beforehand in "Settings" > "Actions" > "General", like so:
![Needed permissions](./assets/permissions.png)
||||||| parent of e8d3417 (🎨 Tweak update workflow)
=======
- Pull updates from the template repository into your project. To do that : "Actions" > "Template update" > "Run workflow"
>>>>>>> e8d3417 (🎨 Tweak update workflow)
## Getting Started

Expand Down

0 comments on commit 1a5910d

Please sign in to comment.