mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
ci: fix rollup fetch depth (#1320)
This commit is contained in:
parent
ead207fc67
commit
d4c68a480f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/rollup.yml
vendored
1
.github/workflows/rollup.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue