From fc9c36f5f066ac4499b8e57fae00e664e146712f Mon Sep 17 00:00:00 2001 From: Will Gillis <40799239+t-will-gillis@users.noreply.github.com> Date: Sat, 17 Aug 2024 19:49:34 -0700 Subject: [PATCH] Update create-instruction.js --- github-actions/pr-instructions/create-instruction.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github-actions/pr-instructions/create-instruction.js b/github-actions/pr-instructions/create-instruction.js index 7d936696c4..8360ac9a6c 100644 --- a/github-actions/pr-instructions/create-instruction.js +++ b/github-actions/pr-instructions/create-instruction.js @@ -2,7 +2,7 @@ var github; var context; const fs = require('fs'); - +// nonsense /** * Uses information from the pull request to create commandline instructions. * @param {Object} g - github object @@ -91,4 +91,4 @@ async function compositeInstruction() { return pullRequestHeader + completedPullInstruction + completedContribInstruction; } -module.exports = main \ No newline at end of file +module.exports = main