diff options
author | Kerwin Bryant <kerwin612@qq.com> | 2023-05-11 09:04:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-11 09:04:42 +0800 |
commit | 36ed6bdd0cbb14f4e67242bcd3c06a3612dd0fb9 (patch) | |
tree | 415353cb0e7820fce0bf1ab6999dd083ff6d3a78 /docs/content/doc | |
parent | 67db6b697636221e09536e89ac8600a47f79b5cb (diff) | |
download | gitea-36ed6bdd0cbb14f4e67242bcd3c06a3612dd0fb9.tar.gz gitea-36ed6bdd0cbb14f4e67242bcd3c06a3612dd0fb9.zip |
Fix typo in act-runner file (#24652)
Misspelled instance_url as intence_url
Diffstat (limited to 'docs/content/doc')
-rw-r--r-- | docs/content/doc/actions/act-runner.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/actions/act-runner.en-us.md b/docs/content/doc/actions/act-runner.en-us.md index 7c1f5c73c0..03d01bfa7c 100644 --- a/docs/content/doc/actions/act-runner.en-us.md +++ b/docs/content/doc/actions/act-runner.en-us.md @@ -138,7 +138,7 @@ You may be confused about the runner labels, which will be explained later. If you want to register the runner in a non-interactive way, you can use arguments to do it. ```bash -./act_runner register --no-interactive --instance <intance_url> --token <registration_token> --name <runner_name> --labels <runner_labels> +./act_runner register --no-interactive --instance <instance_url> --token <registration_token> --name <runner_name> --labels <runner_labels> ``` When you have registered the runner, you can find a new file named `.runner` in the current directory. |