bugfix: agrego fetch-depth a checkout

This commit is contained in:
jt
2026-07-08 22:08:02 -03:00
parent bf6a0e8443
commit ad8984cb28
+2
View File
@@ -10,6 +10,8 @@ jobs:
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
fetch-depth: 10
- name: Show git log - name: Show git log
run: | run: |