add run_once and warning about tangling repos

This commit is contained in:
2024-12-16 12:24:25 +01:00
parent 544d65c7eb
commit 2e34bf8ca0
4 changed files with 23 additions and 1 deletions

View File

@@ -33,6 +33,12 @@ GITEA_TOKEN=
# Cron schedule
CRON="0 */2 * * *"
# Debug level
DEBUG_LEVEL=debug
# Only run one, skip cron and exit
RUN_ONCE=1
```
## Known limitations