Skip to content

Commit 0562a28

Browse files
committed
try adding quotes
1 parent d70b546 commit 0562a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-control-plane-review-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ jobs:
388388
await github.rest.issues.updateComment({
389389
owner: context.repo.owner,
390390
repo: context.repo.repo,
391-
comment_id: ${{ steps.create-comment.outputs.comment-id }},
391+
comment_id: '${{ steps.create-comment.outputs.comment-id }}',
392392
body: deployingMessage
393393
});
394394

0 commit comments

Comments
 (0)