mirror of
https://github.com/actions/runner.git
synced 2025-12-11 21:06:55 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b75246e0fe | ||
|
|
a41a9ba8c7 | ||
|
|
c18643e529 | ||
|
|
0face6e3af | ||
|
|
306be41266 | ||
|
|
4e85b8f3b7 | ||
|
|
444332ca88 |
@@ -1,10 +1,8 @@
|
|||||||
## Features
|
## Features
|
||||||
- Add in Log line numbers for streaming logs (#663)
|
- N/A
|
||||||
- Read env file (#683)
|
|
||||||
- Add Runner File Commands (#684, #693)
|
|
||||||
|
|
||||||
## Bugs
|
## Bugs
|
||||||
- N/A
|
- Fixed an issue where actions/checkout@v1 was not able to correctly set the working directory (#704)
|
||||||
|
|
||||||
## Misc
|
## Misc
|
||||||
- N/A
|
- N/A
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.273.1
|
2.273.2
|
||||||
|
|||||||
@@ -103,12 +103,6 @@ namespace GitHub.Runner.Worker
|
|||||||
bool evaluateStepEnvFailed = false;
|
bool evaluateStepEnvFailed = false;
|
||||||
if (step is IActionRunner actionStep)
|
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
|
// Set GITHUB_ACTION
|
||||||
step.ExecutionContext.SetGitHubContext("action", actionStep.Action.Name);
|
step.ExecutionContext.SetGitHubContext("action", actionStep.Action.Name);
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.273.1
|
2.273.2
|
||||||
|
|||||||
Reference in New Issue
Block a user