From 9a744d7119128080e7478f0958ea0014098c245d Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 23 Jan 2024 09:57:57 +0100 Subject: [PATCH] RELEASE: fix 3 --- .github/workflows/build_mame.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: