summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBo-Yi Wu <appleboy.tw@gmail.com>2022-10-14 04:06:52 +0200
committerJason Song <i@wolfogre.com>2022-11-24 08:37:32 +0100
commitd4c1515f4ef6ebe732d8bee9cd6f3e019d1560fb (patch)
tree37126410bfa640ce5925c6ee7e68378e75a4c23e /README.md
parentchore(poller): add error retry limit (diff)
downloadforgejo-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index eee5eef..298050b 100644
--- a/README.md
+++ b/README.md
@@ -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
```