WORKFLOW: temporary cloning feat/lighter-manifest

This commit is contained in:
XargonWan 2024-08-02 17:03:33 +09:00
parent 9ba25bd6b7
commit ab17dea538

View file

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