chore(runner): update runner status if start program

This commit is contained in:
Bo-Yi Wu
2022-10-14 10:06:52 +08:00
committed by Jason Song
parent 45b0429b21
commit d4c1515f4e
6 changed files with 31 additions and 11 deletions

View File

@ -8,7 +8,7 @@ create a new file as name `.env`
```sh
GITEA_RUNNER_NAME=foobar
GITEA_RUNNER_URL=localhost:3001/foo/bar
GITEA_RUNNER_URL=http://localhost:3000/foo/bar
GITEA_RUNNER_TOKEN=1234567890abcde
GITEA_RUNNER_LABELS=foo,bar
```