GitHub Actions
GitHub Actions workflow failed because a special pattern was not quoted
GitHub Actions could not parse the workflow because a branch, tag, or path pattern beginning with special YAML characters was left unquoted.
GitHub Actions
GitHub Actions could not parse the workflow because a branch, tag, or path pattern beginning with special YAML characters was left unquoted.
Observed message
Invalid - creates a parse error that prevents your workflow from running.
Why it happens
How to fix it
Official reference
GitHub Docs: Workflow syntax for GitHub ActionsRelated errors
Explore more