Skip to content

Commit

Permalink
build: updated dist/run.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m authored and github-actions[bot] committed Jul 7, 2023
1 parent 6a378cc commit 27eb76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/run.cjs
Expand Up @@ -2253,5 +2253,5 @@ function toMarkdown(changelogsByComponent) {
}

// run.js
var event = JSON.parse((0, import_node_fs.readFileSync)(process.env.GITHUB_EVENT, "utf8"));
var event = JSON.parse((0, import_node_fs.readFileSync)(process.env.GITHUB_EVENT_PATH, "utf8"));
main(import_core.default, event);

0 comments on commit 27eb76a

Please sign in to comment.