build-test-deploy.yml
on: push
Annotations
4 errors
compile-test-lint
bright/github-workflows-examples/main/.github/actions/compile-test-lint/action.yml (Line: 12, Col: 13): Unrecognized named-value: 'input'. Located at position 1 within expression: input.before-test-action
|
compile-test-lint
bright/github-workflows-examples/main/.github/actions/compile-test-lint/action.yml (Line: 12, Col: 13): Expected format {org}/{repo}[/path]@ref. Actual '${{ input.before-test-action }}'
|
compile-test-lint
System.FormatException: Input string was not in a correct format.
at System.Text.ValueStringBuilder.ThrowFormatError()
at System.Text.ValueStringBuilder.AppendFormatHelper(IFormatProvider provider, String format, ParamsArray args)
at System.String.FormatHelper(IFormatProvider provider, String format, ParamsArray args)
at System.String.Format(IFormatProvider provider, String format, Object[] args)
at GitHub.Runner.Worker.TemplateTraceWriter.Error(String format, Object[] args)
at GitHub.DistributedTask.ObjectTemplating.TemplateContext.Error(Nullable`1 fileId, Nullable`1 line, Nullable`1 column, String message)
at GitHub.DistributedTask.ObjectTemplating.TemplateContext.Error(TemplateToken value, String message)
at GitHub.DistributedTask.Pipelines.ObjectTemplating.PipelineTemplateConverter.ConvertToStep(TemplateContext context, TemplateToken stepsItem, ReferenceNameBuilder nameBuilder)
at GitHub.DistributedTask.Pipelines.ObjectTemplating.PipelineTemplateConverter.ConvertToSteps(TemplateContext context, TemplateToken steps)
at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs)
at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)
|
compile-test-lint
Fail to load bright/github-workflows-examples/main/.github/actions/compile-test-lint/action.yml
|