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