Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
devfle committed Feb 22, 2024
1 parent e65ae08 commit 7cd2031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
QUERY = f"""
{{
user(login: "{getenv("INPUT_GITHUB_USERNAME")}") {{
{linesep.join(temp_query)}
{linesep.join(contribution_list)}
followers {{
totalCount
}}
Expand Down

0 comments on commit 7cd2031

Please sign in to comment.