We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41bd2c3 commit b38b763Copy full SHA for b38b763
src/python/add_update_member.py
@@ -188,5 +188,5 @@ def main(parsed: Dict, action: str, site_data_dir: str = "_data/", image_dir: st
188
if __name__ == "__main__":
189
issue_body = os.environ["ISSUE_BODY"]
190
action = os.environ["ACTION"]
191
- parsed = parse_issue_body(issue_body, action)
+ parsed = parse_issue_body(issue_body)
192
main(parsed)
0 commit comments