mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-24 23:25:38 +00:00
WORKFLOW: temporary cloning feat/lighter-manifest
This commit is contained in:
parent
9ba25bd6b7
commit
ab17dea538
4
.github/workflows/build_es-de.yml
vendored
4
.github/workflows/build_es-de.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue