bugfix: agrego log de git luego del checkout

This commit is contained in:
jt
2026-07-08 22:06:24 -03:00
parent cb742425c1
commit bf6a0e8443
+4
View File
@@ -11,6 +11,10 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Show git log
run: |
git log --oneline --graph -10
- name: "Set up Python"
uses: actions/setup-python@v5
with: