We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b77413 commit cf6a391Copy full SHA for cf6a391
src/update_solution.py
@@ -38,7 +38,7 @@
38
39
# Generate the badge URL dynamically based on the solution
40
badge_url = f"https://img.shields.io/badge/Solution-{solution_identifier}-blue"
41
- badge_link = f"[](https://github.com/{repo_name}/commit/{commit_sha})"
+ badge_link = f"[](https://github.com/{handle}/{sys.argv[1]}/commit/{commit_sha})"
42
43
# Prepare the commit link
44
commit_link = f"Commit URL: https://github.com/{repo_name}/commit/{commit_sha}"
0 commit comments