From e8d3417b3d9d979ff031c6a209e051c51000078d Mon Sep 17 00:00:00 2001 From: Fabien Date: Sat, 26 Oct 2024 15:15:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Tweak=20update=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/template-sync.yml | 7 ++++--- README.md | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/template-sync.yml b/.github/workflows/template-sync.yml index 0eb46a0..2c522ce 100644 --- a/.github/workflows/template-sync.yml +++ b/.github/workflows/template-sync.yml @@ -1,6 +1,7 @@ +name: Template update + on: - schedule: - - cron: "*/5 * * * *" + workflow_dispatch jobs: repo-sync: @@ -18,4 +19,4 @@ jobs: uses: AndreasAugustin/actions-template-sync@v2 with: source_repo_path: fTrestour/katastema - pr_title: "Upgrade template" \ No newline at end of file + pr_title: "Template update" \ No newline at end of file diff --git a/README.md b/README.md index fcc3f7e..6465d82 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ 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` +- Pull updates from the template repository into your project. To do that : "Actions" > "Template update" > "Run workflow" ## Getting Started