Skip to content

feat: support custom messages; tests: add slash command dispatch #3

feat: support custom messages; tests: add slash command dispatch

feat: support custom messages; tests: add slash command dispatch #3

Triggered via pull request June 19, 2025 03:34
Status Failure
Total duration 6s
Artifacts

tests-command.yml

on: pull_request
run-format-fix
4s
run-format-fix
Fit to window
Zoom out
Zoom in

Annotations

5 errors
run-format-fix
Failed to load /home/runner/work/poe-command-processor/poe-command-processor/./action.yml
run-format-fix
GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. /home/runner/work/poe-command-processor/poe-command-processor/./action.yml (Line: 109, Col: 15): Unexpected symbol: '+'. Located at position 43 within expression: inputs.start-message || ('**Running `poe' + steps.resolve-command.outputs.command + '`...**'),/home/runner/work/poe-command-processor/poe-command-processor/./action.yml (Line: 224, Col: 15): Unexpected symbol: '+'. Located at position 49 within expression: inputs.success-message || (' 🟦 Poe command `' + steps.resolve-command.outputs.command + '` completed successfully.'),/home/runner/work/poe-command-processor/poe-command-processor/./action.yml (Line: 233, Col: 15): Unexpected symbol: '+'. Located at position 46 within expression: inputs.failure-message || ('❌ Poe command `' + steps.resolve-command.outputs.command + '` failed. Please inspect the logs.') 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)
run-format-fix
/home/runner/work/poe-command-processor/poe-command-processor/./action.yml (Line: 233, Col: 15): Unexpected symbol: '+'. Located at position 46 within expression: inputs.failure-message || ('❌ Poe command `' + steps.resolve-command.outputs.command + '` failed. Please inspect the logs.')
run-format-fix
/home/runner/work/poe-command-processor/poe-command-processor/./action.yml (Line: 224, Col: 15): Unexpected symbol: '+'. Located at position 49 within expression: inputs.success-message || (' 🟦 Poe command `' + steps.resolve-command.outputs.command + '` completed successfully.')
run-format-fix
/home/runner/work/poe-command-processor/poe-command-processor/./action.yml (Line: 109, Col: 15): Unexpected symbol: '+'. Located at position 43 within expression: inputs.start-message || ('**Running `poe' + steps.resolve-command.outputs.command + '`...**')