Skip to content

Commit

Permalink
WORKFLOW: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
XargonWan committed Aug 2, 2024
1 parent 653f895 commit 9ba25bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_es-de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9ba25bd

Please sign in to comment.