Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 5dbd933

Browse files
authored
Update listener.yml (#905)
1 parent 7659240 commit 5dbd933

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/listener.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
script: |
5050
github.rest.issues.createComment({
51-
issue_number: ${{ github.event.client_payload.prNumber }},
51+
issue_number: '${{ github.event.client_payload.prNumber }}',
5252
owner: 'Bandwidth',
5353
repo: '${{ github.event.client_payload.originRepo }}',
5454
body: 'Preview site: http://${{ env.BRANCH_NAME }}.staging-dev.bandwidth.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 }}'
@@ -95,7 +95,7 @@ jobs:
9595
github-token: ${{ secrets.DX_GITHUB_TOKEN }}
9696
script: |
9797
github.rest.issues.createComment({
98-
issue_number: ${{ env.PR_NUMBER }},
98+
issue_number: '${{ env.PR_NUMBER }}',
9999
owner: context.repo.owner,
100100
repo: context.repo.repo,
101101
body: 'Failed to auto-merge this PR. Check workflow logs for more information'
@@ -124,7 +124,7 @@ jobs:
124124
with:
125125
script: |
126126
github.rest.issues.createComment({
127-
issue_number: ${{ env.PR_NUMBER }},
127+
issue_number: '${{ env.PR_NUMBER }}',
128128
owner: 'Bandwidth',
129129
repo: 'api-docs',
130130
body: 'Corresponding Pull Request on [${{ github.event.client_payload.originRepo }}](https://github.com/Bandwidth/${{ github.event.client_payload.originRepo }}/pull/${{ github.event.client_payload.prNumber }}) was closed.'

0 commit comments

Comments
 (0)