From 7cd2031862a69fe61302a05b0d3670b858f9843a Mon Sep 17 00:00:00 2001 From: devfle <52854338+devfle@users.noreply.github.com> Date: Thu, 22 Feb 2024 20:19:02 +0000 Subject: [PATCH] next try --- graphql_query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql_query.py b/graphql_query.py index 4b03944..625be39 100644 --- a/graphql_query.py +++ b/graphql_query.py @@ -23,7 +23,7 @@ QUERY = f""" {{ user(login: "{getenv("INPUT_GITHUB_USERNAME")}") {{ - {linesep.join(temp_query)} + {linesep.join(contribution_list)} followers {{ totalCount }}