Added the action response.
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 36s

This commit is contained in:
2023-11-19 23:04:56 +01:00
parent 9365d681df
commit 6e53dbce14
3 changed files with 2 additions and 28 deletions

View File

@@ -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}`);