Skip to content

Commit

Permalink
Merge pull request #110 from bwrsandman/default-post
Browse files Browse the repository at this point in the history
Fix default `REVIEW_FILES` in split workflow post
  • Loading branch information
ZedThree authored Jan 18, 2024
2 parents a771054 + 4a4f630 commit 3977392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post/clang_tidy_review/clang_tidy_review/post.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def main() -> int:
metavar="REVIEW_FILES",
type=pathlib.Path,
nargs="*",
default=[REVIEW_FILE],
default=[pathlib.Path(REVIEW_FILE)],
help="Split workflow review results",
)

Expand Down

0 comments on commit 3977392

Please sign in to comment.