Fixed workflow

This commit is contained in:
2024-04-01 19:18:43 +02:00
parent 2a04426356
commit 0aaa1dc6a1

View File

@@ -11,6 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5