Skip to content

Commit 05de2b9

Browse files
committed
'institution' to 'affiliation ' changes in collect-user-submission
1 parent 5011468 commit 05de2b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/collect-user-submission.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ def _create_submission_input(self):
6060
authors.append(
6161
Author(
6262
name=item.get('name', 'anyonymous'),
63-
affiliation=item.get('institution'),
64-
affiliation_url=item.get('institution_url'),
63+
affiliation=item.get('affiliation'),
64+
affiliation_url=item.get('affiliation_url'),
6565
email=item.get('email', ''),
6666
)
6767
)

0 commit comments

Comments
 (0)