Skip to content

Commit

Permalink
Fix typo in act-runner file (#24652)
Browse files Browse the repository at this point in the history
Misspelled instance_url as intence_url
  • Loading branch information
kerwin612 authored May 11, 2023
1 parent 67db6b6 commit 36ed6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/doc/actions/act-runner.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 36ed6bd

Please sign in to comment.