From 5e58affc4f52645a92cfbe37c7b2b2379e8c9830 Mon Sep 17 00:00:00 2001 From: Amir Szekely Date: Fri, 18 Oct 2024 13:48:16 -0400 Subject: [PATCH] fix: Installation guide had wrong labels in step 8 (#636) Fixes #635 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccbfbc38..564ba43e 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ You can also create your own provider by implementing `IRunnerProvider`. 5. Execute the status command (you may need to specify `--profile` too) and open the resulting `status.json` file 6. Open the URL in `github.setup.url` from `status.json` or [manually setup GitHub](SETUP_GITHUB.md) integration as an app or with personal access token 7. Run status command again to confirm `github.auth.status` and `github.webhook.status` are OK -8. Trigger a GitHub action that has a `self-hosted` label with `runs-on: [self-hosted, linux, codebuild]` or similar +8. Trigger a GitHub action that has a `self-hosted` label with `runs-on: [self-hosted, codebuild]` (or non-default labels you set in step 2) 9. If the action is not successful, see [troubleshooting](#Troubleshooting) [![Demo](demo-thumbnail.jpg)](https://youtu.be/wlyv_3V8lIw)