Set fetch-depth for public PR check to 0/all (#3492)

That way the Bootstrap script will actually be able to find a manifest.
This commit is contained in:
Lorenz Junglas
2025-11-28 18:13:45 +01:00
committed by GitHub
parent 0238870553
commit 0b782830a5

View File

@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
with:
clean: true
fetch-depth: 1
fetch-depth: 0
persist-credentials: false
- name: Setup .NET
uses: actions/setup-dotnet@v5