mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c5904d5da8 | ||
|
|
99b28c4143 | ||
|
|
c7b8552edf | ||
|
|
b75246e0fe | ||
|
|
a41a9ba8c7 | ||
|
|
c18643e529 | ||
|
|
0face6e3af | ||
|
|
306be41266 | ||
|
|
4e85b8f3b7 | ||
|
|
444332ca88 |
@@ -1,7 +1,5 @@
|
||||
## Features
|
||||
- Add in Log line numbers for streaming logs (#663)
|
||||
- Read env file (#683)
|
||||
- Add Runner File Commands (#684, #693)
|
||||
- Allow registry credentials for job/service containers (#694)
|
||||
|
||||
## Bugs
|
||||
- N/A
|
||||
|
||||
@@ -1 +1 @@
|
||||
2.273.1
|
||||
2.273.3
|
||||
@@ -103,12 +103,6 @@ namespace GitHub.Runner.Worker
|
||||
bool evaluateStepEnvFailed = false;
|
||||
if (step is IActionRunner actionStep)
|
||||
{
|
||||
// Shallow copy github context
|
||||
var gitHubContext = step.ExecutionContext.ExpressionValues["github"] as GitHubContext;
|
||||
ArgUtil.NotNull(gitHubContext, nameof(gitHubContext));
|
||||
gitHubContext = gitHubContext.ShallowCopy();
|
||||
step.ExecutionContext.ExpressionValues["github"] = gitHubContext;
|
||||
|
||||
// Set GITHUB_ACTION
|
||||
step.ExecutionContext.SetGitHubContext("action", actionStep.Action.Name);
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
2.273.1
|
||||
2.273.3
|
||||
|
||||
Reference in New Issue
Block a user