chore(workflows): fetch all commits

This commit is contained in:
Markus Pesch 2025-04-14 17:08:46 +02:00
parent 79fa95b166
commit 512e76a249
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -15,6 +15,8 @@ jobs:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Configure SSH client
run: |
mkdir ~/.ssh || true