fix: use js multiline syntax

This commit is contained in:
ThatGuySam 2025-06-14 15:57:05 -05:00
parent 21c97dec5c
commit 7cc1ff7bad

View file

@ -39,8 +39,7 @@ jobs:
owner: context.repo.owner, owner: context.repo.owner,
repo: context.repo.repo, repo: context.repo.repo,
issue_number: context.issue.number, issue_number: context.issue.number,
body: | body: `**Thanks for the App Request!!**
**Thanks for the App Request!!**
The next step is to collect any missing info. The next step is to collect any missing info.
@ -49,5 +48,5 @@ jobs:
to add what's missing as you find it. to add what's missing as you find it.
You can reference what all it needs here: You can reference what all it needs here:
[App Request Template](https://github.com/ThatGuySam/doesitarm/blob/master/.github/ISSUE_TEMPLATE/app-request-template.md) [App Request Template](https://github.com/ThatGuySam/doesitarm/blob/master/.github/ISSUE_TEMPLATE/app-request-template.md)`
}) })