Skip to content

Commit

Permalink
Update create-new-issue.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Dec 3, 2023
1 parent 37fc778 commit e28dd9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const createIssue = async (owner, repo, inactiveLists) => {


// Uses issueTemplateParser to pull the relevant data from the issue template
const pathway = '../trigger-schedule/list-inactive-members/inactive-members.md';
const pathway = './trigger-schedule/list-inactive-members/inactive-members.md';
const issueData = issueTemplateParser(pathway);

let title = issueData[1]
Expand Down

0 comments on commit e28dd9f

Please sign in to comment.