Skip to content

Commit 497a1b2

Browse files
committed
Put action in the right row
1 parent b38b763 commit 497a1b2

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
@@ -189,4 +189,4 @@ def main(parsed: Dict, action: str, site_data_dir: str = "_data/", image_dir: st
189189
issue_body = os.environ["ISSUE_BODY"]
190190
action = os.environ["ACTION"]
191191
parsed = parse_issue_body(issue_body)
192-
main(parsed)
192+
main(parsed, action)

0 commit comments

Comments
 (0)