mirror of
https://github.com/actions/runner.git
synced 2025-12-12 14:07:16 +00:00
expose github.run_id and github.run_number to action runtime env. (#224)
This commit is contained in:
@@ -16,6 +16,8 @@ namespace GitHub.Runner.Worker
|
|||||||
"head_ref",
|
"head_ref",
|
||||||
"ref",
|
"ref",
|
||||||
"repository",
|
"repository",
|
||||||
|
"run_id",
|
||||||
|
"run_number",
|
||||||
"sha",
|
"sha",
|
||||||
"workflow",
|
"workflow",
|
||||||
"workspace",
|
"workspace",
|
||||||
|
|||||||
Reference in New Issue
Block a user