Skip to content

Commit

Permalink
Update issue-template-parser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Dec 3, 2023
1 parent 7d06e71 commit fe5ef3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github-actions/utils/issue-template-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function issueTemplateParser(filepath) {
// Package and return template values in array
let issueValues = removeWords(frontMatterKeys, frontMatter);
issueValues = issueValues[0].split('\n');
issueValues[3] = issueValues[3].split(',');
issueValues.push(body);


Expand Down

0 comments on commit fe5ef3b

Please sign in to comment.