Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ivazquez/al-folio
Browse files Browse the repository at this point in the history
  • Loading branch information
ivazquez committed Feb 24, 2025
2 parents 006e78f + 7ce3306 commit cf62366
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Sync from template
on:
# cronjob trigger
schedule:
- cron: "0 0 1 * *"
# manual trigger
workflow_dispatch:
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
# To use this repository's private action, you must check out the repository
- name: Checkout
uses: actions/checkout@v3
- name: actions-template-sync
uses: AndreasAugustin/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: alshedivat/al-folio
upstream_branch: master

0 comments on commit cf62366

Please sign in to comment.