Skip to content

Commit

Permalink
feat(create-pr): add option to output all data for newly-created PR (#…
Browse files Browse the repository at this point in the history
…406)

* breaking(create-pr): output all data for newly-created PR

* revert crap

* add option return_full_payload
  • Loading branch information
aschwenn authored Aug 10, 2023
1 parent c322772 commit 71bf696
Show file tree
Hide file tree
Showing 33 changed files with 69 additions and 43 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ inputs:
ignore_deleted:
description: 'Set to true to ignore deleted files (for get-changed-files helper)'
required: false
return_full_payload:
description: 'Return full payload from GitHub rather than a trimmed-down version of the response'
default: false
required: false
outputs:
output:
description: 'The output of the helper'
Expand Down
2 changes: 1 addition & 1 deletion dist/0.index.js.map

Large diffs are not rendered by default.

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

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

Loading

0 comments on commit 71bf696

Please sign in to comment.