We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990f8cb commit c952f5dCopy full SHA for c952f5d
main.py
@@ -27,7 +27,7 @@
27
28
repo = Repo(".")
29
30
- print(repo.head.name)
+ print(repo.head)
31
32
print(f"Current branch: {github_context.ref_name}")
33
0 commit comments