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