You've already forked go-template-container-webserver
auto update workflow
This commit is contained in:
18
.gitea/workflows/update-child-repos.yaml
Normal file
18
.gitea/workflows/update-child-repos.yaml
Normal 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
|
||||
Reference in New Issue
Block a user