Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
devfle committed Jan 2, 2024
1 parent 62b690d commit b5e054c
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 @@ -10,7 +10,7 @@
QUERY = f"""
{{
user(login: "{getenv("INPUT_GITHUB_USERNAME")}") {{
contributionsCollection(from:"2010-01-01T00:00:00+0000", to:"{current_date_time}") {{
contributionsCollection(from:"2010-01-01T00:00:00+0000") {{
contributionCalendar {{
totalContributions
}}
Expand Down

0 comments on commit b5e054c

Please sign in to comment.