diff --git a/.github/workflows/build_mame.yml b/.github/workflows/build_mame.yml index ab4d3b1..4cf0acb 100644 --- a/.github/workflows/build_mame.yml +++ b/.github/workflows/build_mame.yml @@ -82,6 +82,11 @@ jobs: token: ${{ secrets.TRIGGER_BUILD_TOKEN }} continue-on-error: true + - name: Set up Git + run: | + git config user.email "actions@github.com" + git config user.name "GitHub Actions" + - name: "Committing changes" uses: EndBug/add-and-commit@v9.1.3 with: