Skip to content

Commit 36ed6bd

Browse files
authored
Fix typo in act-runner file (go-gitea#24652)
Misspelled instance_url as intence_url
1 parent 67db6b6 commit 36ed6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/actions/act-runner.en-us.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ You may be confused about the runner labels, which will be explained later.
138138
If you want to register the runner in a non-interactive way, you can use arguments to do it.
139139

140140
```bash
141-
./act_runner register --no-interactive --instance <intance_url> --token <registration_token> --name <runner_name> --labels <runner_labels>
141+
./act_runner register --no-interactive --instance <instance_url> --token <registration_token> --name <runner_name> --labels <runner_labels>
142142
```
143143

144144
When you have registered the runner, you can find a new file named `.runner` in the current directory.

0 commit comments

Comments
 (0)