diff --git a/.github/workflows/listener.yml b/.github/workflows/listener.yml index d7c2de85f..edea31b15 100644 --- a/.github/workflows/listener.yml +++ b/.github/workflows/listener.yml @@ -50,7 +50,7 @@ jobs: github.rest.issues.createComment({ issue_number: ${{ github.event.client_payload.prNumber }}, owner: 'Bandwidth', - repo: ${{ github.event.client_payload.originRepo }}, + repo: '${{ github.event.client_payload.originRepo }}', body: 'Preview site: http://bw-api-docs-${{ env.BRANCH_NAME }}.s3-website-us-east-1.amazonaws.com/\nPlease note that it may take a couple minutes for your preview site to become available.\n\nSee the corresponding PR opened on the docsite repository (no action required):\nhttps://github.com/Bandwidth/api-docs/pull/${{ env.PR_NUMBER }}' })