mirror of
https://github.com/actions/runner.git
synced 2025-12-11 21:06:55 +00:00
Validate inputs only for repo action, no warning for small delay. (#476)
* validate inputs only for repo action, no warning for small delay. * l0
This commit is contained in:
@@ -295,9 +295,10 @@ namespace GitHub.Runner.Common.Tests.Worker
|
||||
{
|
||||
Name = "action",
|
||||
Id = actionId,
|
||||
Reference = new Pipelines.ContainerRegistryReference()
|
||||
Reference = new Pipelines.RepositoryPathReference()
|
||||
{
|
||||
Image = "ubuntu:16.04"
|
||||
Name = "actions/runner",
|
||||
Ref = "v1"
|
||||
},
|
||||
Inputs = actionInputs
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user