From 7cc1ff7bad4d92e71691b06bc8a8acd0be27fd15 Mon Sep 17 00:00:00 2001 From: ThatGuySam Date: Sat, 14 Jun 2025 15:57:05 -0500 Subject: [PATCH] fix: use js multiline syntax --- .github/workflows/app-request-thank.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/app-request-thank.yaml b/.github/workflows/app-request-thank.yaml index 0b87fdc..ca1192d 100644 --- a/.github/workflows/app-request-thank.yaml +++ b/.github/workflows/app-request-thank.yaml @@ -39,15 +39,14 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, issue_number: context.issue.number, - body: | - **Thanks for the App Request!!** + body: `**Thanks for the App Request!!** - The next step is to collect any missing info. + The next step is to collect any missing info. - I'm currently working on getting to all the requests, - however, if you'd like help push things along feel free - to add what's missing as you find it. + I'm currently working on getting to all the requests, + however, if you'd like help push things along feel free + to add what's missing as you find it. - 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) + 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)` })