Skip to content

Commit

Permalink
dist: build new version
Browse files Browse the repository at this point in the history
  • Loading branch information
korthout committed Jan 23, 2024
1 parent ec07f3e commit 2740887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ function replacePlaceholders(template, main, target) {
.replace("${pull_author}", main.user.login)
.replace("${pull_number}", main.number.toString())
.replace("${pull_title}", main.title)
.replace("${pull_description", (_a = main.body) !== null && _a !== void 0 ? _a : "")
.replace("${pull_description}", (_a = main.body) !== null && _a !== void 0 ? _a : "")
.replace("${target_branch}", target)
.replace("${issue_refs}", issues.join(" "));
}
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 2740887

Please sign in to comment.