Skip to content

Commit

Permalink
fix: prevent contribution count reset after new year
Browse files Browse the repository at this point in the history
  • Loading branch information
devfle authored Jan 2, 2024
1 parent ce40652 commit 1e98159
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions graphql_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
{{
user(login: "{getenv("INPUT_GITHUB_USERNAME")}") {{
contributionsCollection {{
contributionCalendar {{
totalContributions
}}
totalCommitContributions
}}
followers {{
totalCount
Expand Down

0 comments on commit 1e98159

Please sign in to comment.