Skip to content

Commit

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

0 comments on commit ab17dea

Please sign in to comment.