Skip to content

* fix not saving action/cache after failed jobs @ actions/{be,fe,c#… #34

* fix not saving action/cache after failed jobs @ actions/{be,fe,c#…

* fix not saving action/cache after failed jobs @ actions/{be,fe,c#… #34

Triggered via push February 12, 2024 22:33
Status Failure
Total duration 17s
Artifacts

fe.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

18 errors
tsc
/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 31, Col: 11): Unexpected symbol: 'cache/restore'. Located at position 7 within expression: steps.cache/restore.outputs.cache-hit != 'true'
tsc
/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 34, Col: 14): Unexpected symbol: 'cache/restore'. Located at position 7 within expression: steps.cache/restore.outputs.cache-primary-key
tsc
/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 19, Col: 11): The identifier 'cache/restore' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
tsc
/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 31, Col: 11): Unexpected symbol: '${{'. Located at position 1 within expression: ${{ steps.cache/restore.outputs.cache-hit != 'true' }}
tsc
GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. /home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 31, Col: 11): Unexpected symbol: 'cache/restore'. Located at position 7 within expression: steps.cache/restore.outputs.cache-hit != 'true',/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 34, Col: 14): Unexpected symbol: 'cache/restore'. Located at position 7 within expression: steps.cache/restore.outputs.cache-primary-key,/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 19, Col: 11): The identifier 'cache/restore' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.,/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 31, Col: 11): Unexpected symbol: '${{'. Located at position 1 within expression: ${{ steps.cache/restore.outputs.cache-hit != 'true' }} at GitHub.DistributedTask.ObjectTemplating.TemplateValidationErrors.Check() 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)
tsc
Fail to load /home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml
eslint
/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 31, Col: 11): Unexpected symbol: 'cache/restore'. Located at position 7 within expression: steps.cache/restore.outputs.cache-hit != 'true'
eslint
/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 34, Col: 14): Unexpected symbol: 'cache/restore'. Located at position 7 within expression: steps.cache/restore.outputs.cache-primary-key
eslint
/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 19, Col: 11): The identifier 'cache/restore' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
eslint
/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 31, Col: 11): Unexpected symbol: '${{'. Located at position 1 within expression: ${{ steps.cache/restore.outputs.cache-hit != 'true' }}
eslint
GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. /home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 31, Col: 11): Unexpected symbol: 'cache/restore'. Located at position 7 within expression: steps.cache/restore.outputs.cache-hit != 'true',/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 34, Col: 14): Unexpected symbol: 'cache/restore'. Located at position 7 within expression: steps.cache/restore.outputs.cache-primary-key,/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 19, Col: 11): The identifier 'cache/restore' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.,/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 31, Col: 11): Unexpected symbol: '${{'. Located at position 1 within expression: ${{ steps.cache/restore.outputs.cache-hit != 'true' }} at GitHub.DistributedTask.ObjectTemplating.TemplateValidationErrors.Check() 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)
eslint
Fail to load /home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml
codechecks
/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 31, Col: 11): Unexpected symbol: 'cache/restore'. Located at position 7 within expression: steps.cache/restore.outputs.cache-hit != 'true'
codechecks
/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 34, Col: 14): Unexpected symbol: 'cache/restore'. Located at position 7 within expression: steps.cache/restore.outputs.cache-primary-key
codechecks
/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 19, Col: 11): The identifier 'cache/restore' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
codechecks
/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 31, Col: 11): Unexpected symbol: '${{'. Located at position 1 within expression: ${{ steps.cache/restore.outputs.cache-hit != 'true' }}
codechecks
GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. /home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 31, Col: 11): Unexpected symbol: 'cache/restore'. Located at position 7 within expression: steps.cache/restore.outputs.cache-hit != 'true',/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 34, Col: 14): Unexpected symbol: 'cache/restore'. Located at position 7 within expression: steps.cache/restore.outputs.cache-primary-key,/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 19, Col: 11): The identifier 'cache/restore' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.,/home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml (Line: 31, Col: 11): Unexpected symbol: '${{'. Located at position 1 within expression: ${{ steps.cache/restore.outputs.cache-hit != 'true' }} at GitHub.DistributedTask.ObjectTemplating.TemplateValidationErrors.Check() 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)
codechecks
Fail to load /home/runner/work/open-tbm/open-tbm/./.github/actions/fe/action.yml