Skip to content

Commit

Permalink
Merge pull request #1 from fTrestour/template-auto-update
Browse files Browse the repository at this point in the history
👷 Add template-sync
  • Loading branch information
fTrestour authored Oct 26, 2024
2 parents f57c937 + 69b4d97 commit 07e64c9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
tag_name: "${{ github.run_id }}"
files: |
site.tar.gz
site.zip
site.zip
21 changes: 21 additions & 0 deletions .github/workflows/template-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
schedule:
- cron: "*/5 * * * *"

jobs:
repo-sync:
if: github.repository != 'fTrestour/katastema'
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write

steps:
- name: Checkout
uses: actions/checkout@v4

- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v2
with:
source_repo_path: fTrestour/katastema
pr_title: "Upgrade template"

0 comments on commit 07e64c9

Please sign in to comment.