We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72c464 commit c8e8367Copy full SHA for c8e8367
.github/workflows/sync-rfc-discussion.yml
@@ -93,7 +93,7 @@ jobs:
93
with:
94
script: |
95
const discussionId = '${{ steps.find-discussion.outputs.discussion_id }}';
96
- const rfcContent = `${{ steps.get-rfc-content.outputs.content }}`;
+ const rfcContent = '${{ steps.get-rfc-content.outputs.content }}';
97
const mdFile = '${{ steps.changed-files.outputs.filename }}';
98
99
const newBody = `# RFC Discussion: ${{ github.event.pull_request.title }}
0 commit comments