mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-10-28 15:04:49 +00:00
test new submodule alias feature in funkin:actions/checkout
This commit is contained in:
parent
310c074d78
commit
22d2b95e7f
6
.github/workflows/build-game.yml
vendored
6
.github/workflows/build-game.yml
vendored
|
|
@ -149,6 +149,9 @@ jobs:
|
|||
submodules: 'recursive'
|
||||
token: ${{ steps.app_token.outputs.token }}
|
||||
persist-credentials: false
|
||||
submodule-aliases: |
|
||||
https://github.com/FunkinCrew/Funkin.assets > https://github.com/FunkinCrew/Funkin-assets-secret
|
||||
https://github.com/FunkinCrew/Funkin.art > https://github.com/FunkinCrew/Funkin-art-secret
|
||||
- name: Setup build environment
|
||||
uses: ./.github/actions/setup-haxe
|
||||
with:
|
||||
|
|
@ -209,6 +212,9 @@ jobs:
|
|||
submodules: 'recursive'
|
||||
token: ${{ steps.app_token.outputs.token }}
|
||||
persist-credentials: false
|
||||
submodule-aliases: |
|
||||
https://github.com/FunkinCrew/Funkin.assets > https://github.com/FunkinCrew/Funkin-assets-secret
|
||||
https://github.com/FunkinCrew/Funkin.art > https://github.com/FunkinCrew/Funkin-art-secret
|
||||
- name: Config haxelib
|
||||
run: |
|
||||
haxelib --never newrepo
|
||||
|
|
|
|||
Loading…
Reference in a new issue