chore: fix composite action issue #10
build.yml
on: push
build_packages
3s
call_test
/
test
call_docs
/
deploy
Annotations
10 errors
build_packages
/home/runner/work/lun/lun/./.github/actions/setup/action.yml (Line: 15, Col: 7): Unexpected value 'uses'
|
build_packages
/home/runner/work/lun/lun/./.github/actions/setup/action.yml (Line: 16, Col: 7): Unexpected value 'with'
|
build_packages
/home/runner/work/lun/lun/./.github/actions/setup/action.yml (Line: 13, Col: 7): Required property is missing: run
|
build_packages
/home/runner/work/lun/lun/./.github/actions/setup/action.yml (Line: 21, Col: 7): Unexpected value 'uses'
|
build_packages
/home/runner/work/lun/lun/./.github/actions/setup/action.yml (Line: 22, Col: 7): Unexpected value 'with'
|
build_packages
/home/runner/work/lun/lun/./.github/actions/setup/action.yml (Line: 19, Col: 7): Required property is missing: run
|
build_packages
/home/runner/work/lun/lun/./.github/actions/setup/action.yml (Line: 37, Col: 7): Unexpected value 'uses'
|
build_packages
/home/runner/work/lun/lun/./.github/actions/setup/action.yml (Line: 39, Col: 7): Unexpected value 'with'
|
build_packages
/home/runner/work/lun/lun/./.github/actions/setup/action.yml (Line: 35, Col: 7): Required property is missing: run
|
build_packages
System.ArgumentException: Unexpected type '' encountered while reading 'steps item uses'. The type 'StringToken' was expected.
at GitHub.DistributedTask.ObjectTemplating.Tokens.TemplateTokenExtensions.AssertString(TemplateToken value, String objectDescription)
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)
|