Skip to content

Commit

Permalink
pipe output
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 5, 2024
1 parent 3434cd6 commit faf1245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/python/validate-pull-request/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def validate_reviews(number: int, state: t.Optional[str] = None):
"reviews",
],
check=True,
stdout=subprocess.PIPE,
).stdout.decode("utf-8")

print(view)
Expand Down

0 comments on commit faf1245

Please sign in to comment.