[CI] test built

This commit is contained in:
peter-evans 2023-06-13 07:37:25 +00:00 committed by GitHub
parent 712add83f2
commit c05e24925b
2 changed files with 2 additions and 1 deletions

2
dist/index.js vendored
View file

@ -1071,7 +1071,7 @@ class GitHubHelper {
// Try to create the pull request
try {
core.info(`Attempting creation of pull request`);
const { data: pull } = yield this.octokit.rest.pulls.create(Object.assign(Object.assign({}, this.parseRepository(baseRepository)), { title: inputs.title, head: headBranch, base: inputs.base, body: inputs.body, draft: inputs.draft }));
const { data: pull } = yield this.octokit.rest.pulls.create(Object.assign(Object.assign({}, this.parseRepository(baseRepository)), { title: inputs.title, head: headBranch, head_repo: headRepository, base: inputs.base, body: inputs.body, draft: inputs.draft }));
core.info(`Created pull request #${pull.number} (${headBranch} => ${inputs.base})`);
return {
number: pull.number,

1
report.txt Normal file
View file

@ -0,0 +1 @@
1686641845