⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@kentcdodds
Copy link
Member

Fix syntax error in GitHub workflow's run command by using a literal block scalar and correcting a typo.

The ... (three periods) is a special YAML document end marker. Even within quoted strings, some YAML parsers can misinterpret it, leading to syntax errors. Using a literal block scalar (|) ensures the content is treated as a plain string. Additionally, a typo ..s was corrected to ....


Open in Cursor Open in Web

…cters

The `...` in the run command was causing YAML syntax errors as it's
interpreted as a document end marker. Using a literal block scalar (`|`)
prevents this issue. Also fixed typo `..s` to `...`.
@cursor
Copy link

cursor bot commented Jan 13, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@kentcdodds kentcdodds marked this pull request as ready for review January 13, 2026 02:25
@kentcdodds kentcdodds merged commit a915232 into main Jan 13, 2026
4 of 5 checks passed
@kentcdodds kentcdodds deleted the cursor/workflow-syntax-error-e6a9 branch January 13, 2026 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants