Files
go-template-container-webse…/.gitea/workflows/update-child-repos.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 3: cannot unmarshal !!int `1` into model.RawConcurrency

19 lines
298 B
YAML

---
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