Skip to content

Commit

Permalink
Add more info to README about default value of GITHUB_HOST env var
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed Feb 1, 2021
1 parent a6c2460 commit d25b2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | Optional URL of the Github Enterprise server e.g github.mycompany.com. Defaults to `github.com`. |

## Examples ##

Expand Down

0 comments on commit d25b2c4

Please sign in to comment.