Skip to content

Commit

Permalink
Update create-instruction.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Aug 18, 2024
1 parent f1d07c5 commit fc9c36f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github-actions/pr-instructions/create-instruction.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -91,4 +91,4 @@ async function compositeInstruction() {
return pullRequestHeader + completedPullInstruction + completedContribInstruction;
}

module.exports = main
module.exports = main

0 comments on commit fc9c36f

Please sign in to comment.