Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
devfle committed Jan 2, 2024
1 parent 6015b77 commit 62b690d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion graphql_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@

current_date_time: str = datetime.utcnow().isoformat()

print("debug:")
print(current_date_time)

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", to:"{current_date_time}") {{
contributionCalendar {{
totalContributions
}}
Expand Down

0 comments on commit 62b690d

Please sign in to comment.