Compare commits

..
2 Commits
Author SHA1 Message Date
jt 5ca817c796 Merge pull request 'bugfix: remove checkout parameters' (#6) from feature/change-flow-settings-in-local-config into main
Publish to PyPI / Publish-to-PyPI (push) Failing after 14s
Reviewed-on: #6
2026-07-29 14:35:04 +00:00
Jonathan Teran Carballo 2be9b50ac4 bugfix: remove checkout parameters 2026-07-29 11:34:43 -03:00
-3
View File
@@ -10,9 +10,6 @@ jobs:
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v7 uses: actions/checkout@v7
with:
fetch-depth: 0
fetch-tags: true
- name: Configure git - name: Configure git
run: | run: |