mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-22 12:45:38 +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 }}
|
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
||||||
continue-on-error: true
|
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"
|
- name: "Committing changes"
|
||||||
uses: EndBug/add-and-commit@v9.1.3
|
uses: EndBug/add-and-commit@v9.1.3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue