mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15: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
|
- name: Clone RetroDECK repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'recursive'
|
||||||
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
|
@ -80,14 +80,14 @@ jobs:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Clone Cooker repo
|
- name: Clone Cooker repo
|
||||||
|
if: contains(env.BRANCH_NAME, 'feat/') == false
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: https://github.com/RetroDECK/RetroDECK
|
repository: RetroDECK/RetroDECK
|
||||||
ref: cooker
|
ref: cooker
|
||||||
submodules: 'true'
|
submodules: 'recursive'
|
||||||
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
||||||
path: "${GITHUB_WORKSPACE}/cooker"
|
path: cooker
|
||||||
fetch-depth: 1
|
|
||||||
|
|
||||||
- name: "Update RetroDECK Cooker manifest with new artifact URL and SHA256"
|
- name: "Update RetroDECK Cooker manifest with new artifact URL and SHA256"
|
||||||
if: contains(env.BRANCH_NAME, 'feat/') == false
|
if: contains(env.BRANCH_NAME, 'feat/') == false
|
||||||
|
|
Loading…
Reference in a new issue