From 8a6b399cbfd2c9ec58d27bd319bf90a62017ba30 Mon Sep 17 00:00:00 2001 From: Kostas Dichalas Date: Mon, 1 Feb 2021 18:09:11 +0000 Subject: [PATCH] fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 395306c5..341d3bd3 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ These containers are built via Github actions that [copy the dockerfile](https:/ | `RUNNER_TOKEN` | If not using a PAT for `ACCESS_TOKEN` this will be the runner token provided by the Add Runner UI (a manual process). Note: This token is short lived and will change frequently. `ACCESS_TOKEN` is likely preferred. | | `RUNNER_WORKDIR` | The working directory for the runner. Runners on the same host should not share this directory. Default is '/_work'. This must match the source path for the bind-mounted volume at RUNNER_WORKDIR, in order for container actions to access files. | | `RUNNER_GROUP` | Name of the runner group to add this runner to (defaults to the default runner group) | -| `GITHUB_HOST | URL of the Github Enterprise server e.g github.mycompany.com | +| `GITHUB_HOST` | URL of the Github Enterprise server e.g github.mycompany.com | ## Examples ##