diff --git a/.github/workflows/build_es-de.yml b/.github/workflows/build_es-de.yml index 070050d32..56e7a4288 100644 --- a/.github/workflows/build_es-de.yml +++ b/.github/workflows/build_es-de.yml @@ -84,7 +84,8 @@ jobs: uses: actions/checkout@v3 with: repository: RetroDECK/RetroDECK - ref: cooker + #ref: cooker + ref: feat/lighter-manifest # TODO: put cooker when this is merged submodules: 'recursive' token: ${{ secrets.TRIGGER_BUILD_TOKEN }} path: cooker @@ -102,7 +103,6 @@ jobs: if: contains(env.BRANCH_NAME, 'feat/') == false run: | cd "${GITHUB_WORKSPACE}/cooker" - git checkout feat/lighter-manifest # TODO: remove me later git config user.name "GitHub Actions" git config user.email "actions@github.com" git add net.retrodeck.retrodeck.yml