Reworked the action a bit.
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 37s
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 37s
This commit is contained in:
parent
82c2384012
commit
8c7a2d114a
2
index.js
2
index.js
@ -64,7 +64,7 @@ async function getAndPostPullRequests() {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const postResult = await postResponse.json();
|
const postResult = await postResponse.json().url;
|
||||||
core.info("POST request completed successfully.");
|
core.info("POST request completed successfully.");
|
||||||
return postResult;
|
return postResult;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user