mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
Allow commit to fail
This commit is contained in:
parent
b0c6327b1d
commit
d081536c7e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/translations-download.yaml
vendored
1
.github/workflows/translations-download.yaml
vendored
|
@ -61,6 +61,7 @@ jobs:
|
||||||
done <<<"${addons}"
|
done <<<"${addons}"
|
||||||
done
|
done
|
||||||
- name: 🚀 Commit changes
|
- name: 🚀 Commit changes
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email "action@github.com"
|
git config --local user.email "action@github.com"
|
||||||
git config --local user.name "${GITHUB_ACTOR}"
|
git config --local user.name "${GITHUB_ACTOR}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue