Fix fetch-depth configuration in checkout step of Gitea workflow
This commit is contained in:
@ -17,6 +17,8 @@ jobs:
|
||||
fi
|
||||
- name: Checkout code
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Python
|
||||
uses: https://github.com/actions/setup-python@v5
|
||||
|
Reference in New Issue
Block a user