Skip to content

chore: fix composite action issue #10

chore: fix composite action issue

chore: fix composite action issue #10

Triggered via push November 1, 2024 15:38
Status Failure
Total duration 13s
Artifacts

build.yml

on: push
build_packages
3s
build_packages
call_docs  /  docs
call_docs / docs
call_test  /  test
call_test / test
call_docs  /  deploy
call_docs / deploy
Fit to window
Zoom out
Zoom in

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)