Skip to content

Commit b38b763

Browse files
committed
Fix error
1 parent 41bd2c3 commit b38b763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/add_update_member.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,5 +188,5 @@ def main(parsed: Dict, action: str, site_data_dir: str = "_data/", image_dir: st
188188
if __name__ == "__main__":
189189
issue_body = os.environ["ISSUE_BODY"]
190190
action = os.environ["ACTION"]
191-
parsed = parse_issue_body(issue_body, action)
191+
parsed = parse_issue_body(issue_body)
192192
main(parsed)

0 commit comments

Comments
 (0)