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 433dffa commit 9a5d0d0Copy full SHA for 9a5d0d0
1 file changed
create-node-meeting-artifacts.mjs
@@ -136,6 +136,6 @@ await hackmd.updateMeetingNotesDocument(
136
minutesContent
137
);
138
139
-// Step 16: Update the HackMD document with the self-referencing link
+// Output success information with links
140
console.log(`Created GitHub issue: ${githubIssue.html_url}`);
141
console.log(`Created HackMD document: ${minutesDocLink}`);
0 commit comments