Allow commit to fail

This commit is contained in:
Franck Nijhof 2021-04-18 20:28:52 +02:00
parent b0c6327b1d
commit d081536c7e
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -61,6 +61,7 @@ jobs:
done <<<"${addons}"
done
- name: 🚀 Commit changes
continue-on-error: true
run: |
git config --local user.email "action@github.com"
git config --local user.name "${GITHUB_ACTOR}"