From 2c0da2cf261deb34ba0e20088a4835f210ceee1c Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 14 Jan 2024 11:19:47 +0100 Subject: [PATCH] Duh, single quotes [skip ci] --- .github/workflows/close-duplicates.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/close-duplicates.yml b/.github/workflows/close-duplicates.yml index fab6446ff8..d0b2f84ffe 100644 --- a/.github/workflows/close-duplicates.yml +++ b/.github/workflows/close-duplicates.yml @@ -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 }}