Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue title cannot have a leading backtick #155

Open
pmeier opened this issue Apr 25, 2023 · 0 comments
Open

issue title cannot have a leading backtick #155

pmeier opened this issue Apr 25, 2023 · 0 comments

Comments

@pmeier
Copy link

pmeier commented Apr 25, 2023

Example run: https://github.com/pmeier/light-the-torch/actions/runs/4793682109/jobs/8526354021

I've used backticks in the middle of the title before and they worked fine. But a leading one seems to cause trouble.

Run JasonEtco/create-an-issue@v2
⬤  debug     Reading from file .github/issue-templates/packages-out-of-sync.md
Error: end of the stream or a document separator is expected at line 1, column 8:
    title: `light-the-torch` is out of sync ... 
           ^
✖  fatal     YAMLException: end of the stream or a document separator is expected at line 1, column 8: 
    title: `light-the-torch` is out of sync ... 
           ^
    at generateError (/home/runner/work/_actions/JasonEtco/create-an-issue/v2/dist/index.js:11511:10)
    at throwError (/home/runner/work/_actions/JasonEtco/create-an-issue/v2/dist/index.js:11517:9)
    at readDocument (/home/runner/work/_actions/JasonEtco/create-an-issue/v2/dist/index.js:12889:5)
    at loadDocuments (/home/runner/work/_actions/JasonEtco/create-an-issue/v2/dist/index.js:12932:5)
    at load (/home/runner/work/_actions/JasonEtco/create-an-issue/v2/dist/index.js:12958:19)
    at safeLoad (/home/runner/work/_actions/JasonEtco/create-an-issue/v2/dist/index.js:12981:10)
    at parse (/home/runner/work/_actions/JasonEtco/create-an-issue/v2/dist/index.js:10282:20)
    at extractor (/home/runner/work/_actions/JasonEtco/create-an-issue/v2/dist/index.js:10244:12)
    at createAnIssue (/home/runner/work/_actions/JasonEtco/create-an-issue/v2/dist/index.js:41245:76)
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

No branches or pull requests

1 participant