expose github.run_id and github.run_number to action runtime env. (#224)

This commit is contained in:
Tingluo Huang
2019-12-16 15:23:55 -05:00
committed by GitHub
parent 1918906505
commit 86df779fe9

View File

@@ -16,6 +16,8 @@ namespace GitHub.Runner.Worker
"head_ref",
"ref",
"repository",
"run_id",
"run_number",
"sha",
"workflow",
"workspace",