mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
fix: use js multiline syntax
This commit is contained in:
parent
21c97dec5c
commit
7cc1ff7bad
1 changed files with 7 additions and 8 deletions
15
.github/workflows/app-request-thank.yaml
vendored
15
.github/workflows/app-request-thank.yaml
vendored
|
|
@ -39,15 +39,14 @@ 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.
|
||||||
|
|
||||||
I'm currently working on getting to all the requests,
|
I'm currently working on getting to all the requests,
|
||||||
however, if you'd like help push things along feel free
|
however, if you'd like help push things along feel free
|
||||||
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)`
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue