From 36ed6bdd0cbb14f4e67242bcd3c06a3612dd0fb9 Mon Sep 17 00:00:00 2001 From: Kerwin Bryant Date: Thu, 11 May 2023 09:04:42 +0800 Subject: [PATCH] Fix typo in act-runner file (#24652) Misspelled instance_url as intence_url --- docs/content/doc/actions/act-runner.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --token --name --labels +./act_runner register --no-interactive --instance --token --name --labels ``` When you have registered the runner, you can find a new file named `.runner` in the current directory.