Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 6, 2024
1 parent 4b4f0ac commit ee0f39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/python/view-pull-request/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def main():

pull_request = get_pull_request(number, pull_request_fields)

validate_reviews(number, review_state)
validate_reviews(pull_request, review_state)

write_to_github_output(
**{
Expand Down

0 comments on commit ee0f39a

Please sign in to comment.