We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437cddb commit 7d4d677Copy full SHA for 7d4d677
src/update_commit.py
@@ -18,7 +18,7 @@
18
today_solution_filename = f"{day_of_month}({month}){today.strftime('%A')}.md"
19
20
# Prepare the commit URL for today (we don't need to change this as it will be dynamically picked from the latest commit)
21
- # solution_url = f"https://github.com/{repository}/blob/main/{month}%202024%20GFG%20SOLUTION/{today_solution_filename}"
+ solution_url = f"https://github.com/{repository}/blob/main/{month}%202024%20GFG%20SOLUTION/{today_solution_filename}"
22
23
# Prepare the badge URL and commit link to update README
24
badge_url = "https://img.shields.io/badge/GeeksforGeeks-Solution%20of%20the%20Day-blue"
0 commit comments