mirror of
https://github.com/actions/runner.git
synced 2025-12-20 06:29:53 +00:00
sps/token migration tweak, ActionResult casing. (#462)
This commit is contained in:
@@ -21,7 +21,7 @@ namespace GitHub.Runner.Worker
|
||||
}
|
||||
set
|
||||
{
|
||||
this["status"] = new StringContextData(value.ToString());
|
||||
this["status"] = new StringContextData(value.ToString().ToLowerInvariant());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user