mirror of
https://github.com/TheLovinator1/wutheringwaves.git
synced 2025-08-03 07:33:28 +02:00
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