mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
WORKFLOW: repository fix
This commit is contained in:
parent
3ccea7635f
commit
653f89583f
2
.github/workflows/build_es-de.yml
vendored
2
.github/workflows/build_es-de.yml
vendored
|
@ -82,7 +82,7 @@ jobs:
|
||||||
- name: Clone Cooker repo
|
- name: Clone Cooker repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: RetroDECK/Cooker
|
repository: https://github.com/RetroDECK/RetroDECK
|
||||||
ref: cooker
|
ref: cooker
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue