Skip to content

Commit 2ac5559

Browse files
merge conflicts
Signed-off-by: Sachin Panayil <sachinpanayil01@gmail.com>
1 parent 6d6857c commit 2ac5559

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

dist/index.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/helper.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,11 @@ export async function sendPR(
168168
if (PR) {
169169
core.info(`Successfully created PR: ${PR.data.html_url}`);
170170

171-
core.setOutput("updated", PR);
171+
core.setOutput("updated", true);
172172
core.setOutput("pr_url", PR.data.html_url);
173173
} else {
174174
core.error(`Failed to create PR because of PR object`);
175+
core.setOutput("updated", false);
175176
}
176177
} catch (error) {
177178
core.error(`Failed to create PR: ${error}`);

0 commit comments

Comments
 (0)