mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-21 20:35:37 +00:00
RELEASE: fix 3
This commit is contained in:
parent
86b5497789
commit
9a744d7119
5
.github/workflows/build_mame.yml
vendored
5
.github/workflows/build_mame.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue