mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
rebuild
This commit is contained in:
parent
0ecc761940
commit
32ebc90995
1 changed files with 0 additions and 12 deletions
12
dist/index.js
vendored
12
dist/index.js
vendored
|
@ -500,11 +500,6 @@ function createPullRequest(inputs) {
|
|||
}
|
||||
}
|
||||
catch (error) {
|
||||
if (error instanceof Error) {
|
||||
core.error(error);
|
||||
if (error.stack)
|
||||
core.error(error.stack);
|
||||
}
|
||||
core.setFailed(utils.getErrorMessage(error));
|
||||
}
|
||||
finally {
|
||||
|
@ -1247,11 +1242,6 @@ function run() {
|
|||
yield (0, create_pull_request_1.createPullRequest)(inputs);
|
||||
}
|
||||
catch (error) {
|
||||
if (error instanceof Error) {
|
||||
core.error(error);
|
||||
if (error.stack)
|
||||
core.error(error.stack);
|
||||
}
|
||||
core.setFailed(utils.getErrorMessage(error));
|
||||
}
|
||||
});
|
||||
|
@ -1425,8 +1415,6 @@ function fileExistsSync(path) {
|
|||
if (!path) {
|
||||
throw new Error("Arg 'path' must not be empty");
|
||||
}
|
||||
core.info(path);
|
||||
core.info(fs.realpathSync(path));
|
||||
let stats;
|
||||
try {
|
||||
stats = fs.statSync(fs.realpathSync(path));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue