mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-01 19:11:05 +00:00
fetch all
This commit is contained in:
parent
25c6d23bda
commit
414e3b5d4a
1
.github/workflows/android-publish.yml
vendored
1
.github/workflows/android-publish.yml
vendored
|
@ -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 a new issue