Fix fetch-depth configuration in checkout step of Gitea workflow

This commit is contained in:
2025-05-16 01:41:45 +02:00
parent f21f673574
commit 5e61c4813a

View File

@ -17,6 +17,8 @@ jobs:
fi fi
- name: Checkout code - name: Checkout code
uses: https://github.com/actions/checkout@v4 uses: https://github.com/actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python - name: Set up Python
uses: https://github.com/actions/setup-python@v5 uses: https://github.com/actions/setup-python@v5