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 b38b763 commit 497a1b2Copy full SHA for 497a1b2
src/python/add_update_member.py
@@ -189,4 +189,4 @@ def main(parsed: Dict, action: str, site_data_dir: str = "_data/", image_dir: st
189
issue_body = os.environ["ISSUE_BODY"]
190
action = os.environ["ACTION"]
191
parsed = parse_issue_body(issue_body)
192
- main(parsed)
+ main(parsed, action)
0 commit comments