ci: fix rollup fetch depth (#1320)

This commit is contained in:
Haselnussbomber 2023-07-27 00:26:29 +02:00 committed by GitHub
parent ead207fc67
commit d4c68a480f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
submodules: true submodules: true
fetch-depth: 0
ref: ${{ matrix.branches }} ref: ${{ matrix.branches }}
token: ${{ secrets.UPDATE_PAT }} token: ${{ secrets.UPDATE_PAT }}
- name: Create update branch - name: Create update branch