Duh, single quotes [skip ci]

This commit is contained in:
James Cole 2024-01-14 11:19:47 +01:00
parent 79484cc194
commit 2c0da2cf26
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -24,7 +24,7 @@ jobs:
ISSUE_TITLE=$(gh issue view ${{ steps.command.outputs.params }} --json title --jq '.title')
gh issue comment "$NUMBER" --body 'Hi there!
gh issue comment "$NUMBER" --body "Hi there!
This is an automatic reply. `Share and enjoy`.
@ -32,7 +32,7 @@ jobs:
You can close this issue now. If you believe this is not in fact a duplicate, please reply and let us know. Otherwise, this issue will be automatically closed in a few days time.
Thank you for your contributions.'
Thank you for your contributions."
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}