Skip to content

Commit

Permalink
correct path in add-label.js 4601 (#4602)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored May 5, 2023
1 parent 3336674 commit f1b4f38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ function createAssigneeString(assignees) {
return assigneeString.join(', ')
}
function formatComment(assignees, labelString) {
const path = './github-actions/add-update-label-weekly/update-instructions-template.md'
const path = './github-actions/trigger-schedule/add-update-label-weekly/update-instructions-template.md'
const text = fs.readFileSync(path).toString('utf-8');
const options = {
dateStyle: 'full',
Expand Down

0 comments on commit f1b4f38

Please sign in to comment.