auto update workflow

This commit is contained in:
2025-12-17 10:00:38 +01:00
parent 1e82f16216
commit 3044f9cc24
3 changed files with 81 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
name: Update Child Repos
concurrency: 1
on:
push:
branches:
- main
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: chmod +x update.sh
- run: |
export GITEA_TOKEN=${{ secrets.GITEA_TOKEN }}
./update.sh