Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b75246e0fe | |||
| a41a9ba8c7 | |||
| c18643e529 | |||
| 0face6e3af | |||
| 306be41266 | |||
| 4e85b8f3b7 | |||
| 444332ca88 |
+2
-4
@@ -1,10 +1,8 @@
|
||||
## Features
|
||||
- Add in Log line numbers for streaming logs (#663)
|
||||
- Read env file (#683)
|
||||
- Add Runner File Commands (#684, #693)
|
||||
- N/A
|
||||
|
||||
## Bugs
|
||||
- N/A
|
||||
- Fixed an issue where actions/checkout@v1 was not able to correctly set the working directory (#704)
|
||||
|
||||
## Misc
|
||||
- N/A
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
2.273.1
|
||||
2.273.2
|
||||
|
||||
@@ -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
@@ -1 +1 @@
|
||||
2.273.1
|
||||
2.273.2
|
||||
|
||||
Reference in New Issue
Block a user