mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
add logs
This commit is contained in:
parent
efe9b73716
commit
6c824d7c3c
3 changed files with 22 additions and 2 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -9186,7 +9186,7 @@ function action(_actionName, params, core) {
|
|||
"branchAhead": branch
|
||||
}).catch(() => ({ "commits": undefined }));
|
||||
if (commits === undefined) {
|
||||
core.warning(`${branchBehind} probably does not exist`);
|
||||
core.warning(`${owner}/${repo}#${branchBehind} probably does not exist ( branch: ${branch})`);
|
||||
return;
|
||||
}
|
||||
const [branchBehindVersion, branchAheadVersion] = yield Promise.all([branchBehind, branch]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue