From d8708063f5d45eca2e1152d1bcf5487f50ce0df0 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 23 Jan 2024 15:33:19 +0100 Subject: [PATCH] PUSHING: continue-on-error + pontential fixes [skip ci] --- .github/workflows/build_mame.yml | 24 +++++++++++++++++------- RetroDECK-MAME-Artifact.tar.gz | 0 2 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 RetroDECK-MAME-Artifact.tar.gz diff --git a/.github/workflows/build_mame.yml b/.github/workflows/build_mame.yml index 80d884e..05afead 100644 --- a/.github/workflows/build_mame.yml +++ b/.github/workflows/build_mame.yml @@ -79,13 +79,23 @@ jobs: token: ${{ secrets.TRIGGER_BUILD_TOKEN }} continue-on-error: true - - name: "Committing changes" - uses: EndBug/add-and-commit@v9.1.3 - with: - message: '[AUTOMATED] Updating MAME after build [skip ci]' + # - name: "Committing changes" + # with: + # github_token: ${{ secrets.TRIGGER_BUILD_TOKEN }} + # run: | + # git config user.name "GitHub Actions" + # git config user.email "actions@github.com" + # git add * net.retrodeck.mame.yml + # git commit -m '[AUTOMATED] Updating MAME after build [skip ci]' + # git push origin main + # continue-on-error: true # TODO: would be good to update the manifest but it's broken + + - name: GitHub Commit & Push + uses: actions-js/push@v1.4 + with: github_token: ${{ secrets.TRIGGER_BUILD_TOKEN }} - author_name: GitHub Actions - author_email: actions@github.com - + message: '[AUTOMATED] Updating MAME after build [skip ci]' + continue-on-error: true # TODO: would be good to update the manifest but it's broken + diff --git a/RetroDECK-MAME-Artifact.tar.gz b/RetroDECK-MAME-Artifact.tar.gz deleted file mode 100644 index e69de29..0000000