You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
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:
95
95
github-token: ${{ secrets.DX_GITHUB_TOKEN }}
96
96
script: |
97
97
github.rest.issues.createComment({
98
-
issue_number: ${{ env.PR_NUMBER }},
98
+
issue_number: '${{ env.PR_NUMBER }}',
99
99
owner: context.repo.owner,
100
100
repo: context.repo.repo,
101
101
body: 'Failed to auto-merge this PR. Check workflow logs for more information'
@@ -124,7 +124,7 @@ jobs:
124
124
with:
125
125
script: |
126
126
github.rest.issues.createComment({
127
-
issue_number: ${{ env.PR_NUMBER }},
127
+
issue_number: '${{ env.PR_NUMBER }}',
128
128
owner: 'Bandwidth',
129
129
repo: 'api-docs',
130
130
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