mirror of
https://github.com/actions/runner.git
synced 2025-12-14 22:24:11 +00:00
Env Flow => Able to get env variables and overwrite current env variables => but it doesn't 'stick'
This commit is contained in:
@@ -1283,6 +1283,7 @@ namespace GitHub.Runner.Worker
|
||||
public override bool HasPre => false;
|
||||
public override bool HasPost => false;
|
||||
public List<Pipelines.ActionStep> Steps { get; set; }
|
||||
public MappingToken Environment { get; set; }
|
||||
}
|
||||
|
||||
public abstract class ActionExecutionData
|
||||
|
||||
Reference in New Issue
Block a user