mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
WORKFLOW: fixes
This commit is contained in:
parent
653f89583f
commit
9ba25bd6b7
10
.github/workflows/build_es-de.yml
vendored
10
.github/workflows/build_es-de.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Clone RetroDECK repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: 'true'
|
||||
submodules: 'recursive'
|
||||
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
||||
fetch-depth: 1
|
||||
|
||||
|
@ -80,14 +80,14 @@ jobs:
|
|||
continue-on-error: true
|
||||
|
||||
- name: Clone Cooker repo
|
||||
if: contains(env.BRANCH_NAME, 'feat/') == false
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: https://github.com/RetroDECK/RetroDECK
|
||||
repository: RetroDECK/RetroDECK
|
||||
ref: cooker
|
||||
submodules: 'true'
|
||||
submodules: 'recursive'
|
||||
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
||||
path: "${GITHUB_WORKSPACE}/cooker"
|
||||
fetch-depth: 1
|
||||
path: cooker
|
||||
|
||||
- name: "Update RetroDECK Cooker manifest with new artifact URL and SHA256"
|
||||
if: contains(env.BRANCH_NAME, 'feat/') == false
|
||||
|
|
Loading…
Reference in a new issue