Skip to content

Commit c952f5d

Browse files
committed
# - test fix
1 parent 990f8cb commit c952f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
repo = Repo(".")
2929

30-
print(repo.head.name)
30+
print(repo.head)
3131

3232
print(f"Current branch: {github_context.ref_name}")
3333

0 commit comments

Comments
 (0)