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:
Tingluo Huang
2020-05-12 16:09:13 -04:00
committed by GitHub
parent abf59bdcb6
commit cd8e4ddba1
3 changed files with 14 additions and 7 deletions

View File

@@ -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
};