add github.url and github.api_url for ghes alpha (#386)

This commit is contained in:
eric sciple
2020-03-25 15:11:52 -04:00
committed by GitHub
parent dff1024cd3
commit e23d68f6e2
2 changed files with 14 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ namespace GitHub.Runner.Worker
{
"action",
"actor",
"api_url", // temp for GHES alpha release
"base_ref",
"event_name",
"event_path",
@@ -21,6 +22,7 @@ namespace GitHub.Runner.Worker
"run_id",
"run_number",
"sha",
"url", // temp for GHES alpha release
"workflow",
"workspace",
};