Skip to content

Commit 7cc1ff7

Browse files
committed
fix: use js multiline syntax
1 parent 21c97de commit 7cc1ff7

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/app-request-thank.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,14 @@ jobs:
3939
owner: context.repo.owner,
4040
repo: context.repo.repo,
4141
issue_number: context.issue.number,
42-
body: |
43-
**Thanks for the App Request!!**
42+
body: `**Thanks for the App Request!!**
4443
45-
The next step is to collect any missing info.
44+
The next step is to collect any missing info.
4645
47-
I'm currently working on getting to all the requests,
48-
however, if you'd like help push things along feel free
49-
to add what's missing as you find it.
46+
I'm currently working on getting to all the requests,
47+
however, if you'd like help push things along feel free
48+
to add what's missing as you find it.
5049
51-
You can reference what all it needs here:
52-
[App Request Template](https://github.com/ThatGuySam/doesitarm/blob/master/.github/ISSUE_TEMPLATE/app-request-template.md)
50+
You can reference what all it needs here:
51+
[App Request Template](https://github.com/ThatGuySam/doesitarm/blob/master/.github/ISSUE_TEMPLATE/app-request-template.md)`
5352
})

0 commit comments

Comments
 (0)