From 48af148297d129ab97cafe7dc7f07589d3bb5f01 Mon Sep 17 00:00:00 2001 From: Ashith Wilson <51533375+ashithwilson@users.noreply.github.com> Date: Sat, 29 Jan 2022 03:57:20 +0530 Subject: [PATCH] dics: typo (#1063) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba44e118..3ee4bbd7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ kubectl apply -f https://github.com/summerwind/actions-runner-controller/release ### Github Enterprise support -If you use either Github Enterprise Cloud or Server (and have recent enought version supporting Actions), you can use **actions-runner-controller** with those, too. Authentication works same way as with public Github (repo and organization level). +If you use either Github Enterprise Cloud or Server (and have recent enough version supporting Actions), you can use **actions-runner-controller** with those, too. Authentication works same way as with public Github (repo and organization level). ```shell kubectl set env deploy controller-manager -c manager GITHUB_ENTERPRISE_URL= --namespace actions-runner-system