bugfix: remove checkout parameters

This commit is contained in:
Jonathan Teran Carballo
2026-07-29 11:34:43 -03:00
parent f05582b50f
commit 2be9b50ac4
-3
View File
@@ -10,9 +10,6 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v7
with:
fetch-depth: 0
fetch-tags: true
- name: Configure git
run: |