Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian committed Aug 30, 2023
1 parent 3875801 commit aaa7b83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/150.index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/150.index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/helpers/create-pr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const createPr = async ({ title, body, head = context.ref.replace('refs/h
maintainer_can_modify: true,
...context.repo
});
return return_full_payload ? data : data.number;
return return_full_payload === 'true' ? data : data.number;
};

const updateHeadWithBaseBranch = (base: string, head: string) =>
Expand Down

0 comments on commit aaa7b83

Please sign in to comment.