Added the action response.
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 36s
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 36s
This commit is contained in:
1
index.js
1
index.js
@@ -62,6 +62,7 @@ async function getAndPostPullRequests() {
|
||||
|
||||
const postResult = await postResponse.json().url;
|
||||
core.info("POST request completed successfully.");
|
||||
core.info(`Created the post request under: ${postResult}`);
|
||||
return postResult;
|
||||
} catch (error) {
|
||||
core.setFailed(`Action failed with error: ${error}`);
|
||||
|
||||
Reference in New Issue
Block a user