simplify action #21
Annotations
4 errors
main
Failed to load hexlet-basics/exercises-action/main/action.yml
|
main
System.ArgumentNullException: Value cannot be null. (Parameter 'You are using a composite action but there are no steps provided in hexlet-basics/exercises-action/main/action.yml.')
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)
|
main
hexlet-basics/exercises-action/main/action.yml (Line: 15, Col: 3): Unexpected value 'steps'
|
main
hexlet-basics/exercises-action/main/action.yml (Line: 13, Col: 17): Unrecognized named-value: 'github'. Located at position 1 within expression: github.event.repository.name
|