Skip to content

Commit

Permalink
fix: date
Browse files Browse the repository at this point in the history
  • Loading branch information
devfle committed Jan 2, 2024
1 parent d63b749 commit eccf3b1
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: "2025-01-01T00:00:00+0000") {{
contributionsCollection(from: "2010-01-01T00:00:00+0000", to: "2023-01-01T00:00:00+0000") {{
contributionCalendar {{
totalContributions
}}
Expand Down

0 comments on commit eccf3b1

Please sign in to comment.