diff options
author | Bo-Yi Wu <appleboy.tw@gmail.com> | 2022-10-14 04:06:52 +0200 |
---|---|---|
committer | Jason Song <i@wolfogre.com> | 2022-11-24 08:37:32 +0100 |
commit | d4c1515f4ef6ebe732d8bee9cd6f3e019d1560fb (patch) | |
tree | 37126410bfa640ce5925c6ee7e68378e75a4c23e /README.md | |
parent | chore(poller): add error retry limit (diff) | |
download | forgejo-runner-d4c1515f4ef6ebe732d8bee9cd6f3e019d1560fb.tar.xz forgejo-runner-d4c1515f4ef6ebe732d8bee9cd6f3e019d1560fb.zip |
chore(runner): update runner status if start program
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |