mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 20:36:07 +01:00 
			
		
		
		
	Fix typo in act-runner file (#24652)
Misspelled instance_url as intence_url
This commit is contained in:
		@@ -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.
 | 
					If you want to register the runner in a non-interactive way, you can use arguments to do it.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```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.
 | 
					When you have registered the runner, you can find a new file named `.runner` in the current directory.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user