fetch all
parent
25c6d23bda
commit
414e3b5d4a
|
|
@ -41,7 +41,6 @@ jobs:
|
||||||
if: ${{ steps.check-changes.outputs.result == 'true' }}
|
if: ${{ steps.check-changes.outputs.result == 'true' }}
|
||||||
with:
|
with:
|
||||||
path: 'yuzu-merge'
|
path: 'yuzu-merge'
|
||||||
fetch-depth: 0
|
|
||||||
submodules: true
|
submodules: true
|
||||||
token: ${{ secrets.ALT_GITHUB_TOKEN }}
|
token: ${{ secrets.ALT_GITHUB_TOKEN }}
|
||||||
- uses: actions/github-script@v5
|
- uses: actions/github-script@v5
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue