mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
Allow commit to fail
This commit is contained in:
parent
ca4ac13394
commit
b0c6327b1d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/translations-download.yaml
vendored
1
.github/workflows/translations-download.yaml
vendored
|
@ -68,6 +68,7 @@ jobs:
|
|||
git commit -m "🌍 Updating translations" -a
|
||||
- name: 🚀 Push changes
|
||||
uses: ad-m/github-push-action@v0.6.0
|
||||
continue-on-error: true
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: ${{ github.ref }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue