diff options
author | Benjamin Loison <benjamin.loison@orange.fr> | 2023-03-22 07:48:35 +0100 |
---|---|---|
committer | Jason Song <i@wolfogre.com> | 2023-03-22 07:48:35 +0100 |
commit | 9f90cba99387f79c7aa6e77175a4afcc43a0d7d1 (patch) | |
tree | 62b6684849fc50efd7b21c53d52cd6fac03f931b /README.md | |
parent | Upgrade act to support go actions (#62) (diff) | |
download | forgejo-runner-9f90cba99387f79c7aa6e77175a4afcc43a0d7d1.tar.xz forgejo-runner-9f90cba99387f79c7aa6e77175a4afcc43a0d7d1.zip |
Correct spaces in `README.md` and in `Enter the runner name` when running `./act_runner register` (#65)
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/65
Reviewed-by: Jason Song <i@wolfogre.com>
Co-authored-by: Benjamin Loison <benjamin.loison@orange.fr>
Co-committed-by: Benjamin Loison <benjamin.loison@orange.fr>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # act runner -Act runner is a runner for Gitea based on [Gitea fork](https://gitea.com/gitea/act) of [act](https://github.com/nektos/act) . +Act runner is a runner for Gitea based on [Gitea fork](https://gitea.com/gitea/act) of [act](https://github.com/nektos/act). ## Installation @@ -43,7 +43,7 @@ INFO Enter the Gitea instance URL (for example, https://gitea.com/): http://192.168.8.8:3000/ INFO Enter the runner token: fe884e8027dc292970d4e0303fe82b14xxxxxxxx -INFO Enter the runner name (if set empty, use hostname:Test.local ): +INFO Enter the runner name (if set empty, use hostname: Test.local): INFO Enter the runner labels, leave blank to use the default labels (comma-separated, for example, self-hosted,ubuntu-20.04:docker://node:16-bullseye,ubuntu-18.04:docker://node:16-buster): |