mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-22 12:45:38 +00:00
PUSHING: continue-on-error + pontential fixes [skip ci]
This commit is contained in:
parent
affcd05c45
commit
d8708063f5
20
.github/workflows/build_mame.yml
vendored
20
.github/workflows/build_mame.yml
vendored
|
@ -79,13 +79,23 @@ jobs:
|
||||||
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: "Committing changes"
|
# - name: "Committing changes"
|
||||||
uses: EndBug/add-and-commit@v9.1.3
|
# 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:
|
with:
|
||||||
message: '[AUTOMATED] Updating MAME after build [skip ci]'
|
|
||||||
github_token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
github_token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
||||||
author_name: GitHub Actions
|
message: '[AUTOMATED] Updating MAME after build [skip ci]'
|
||||||
author_email: actions@github.com
|
continue-on-error: true # TODO: would be good to update the manifest but it's broken
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue