github-actions: added ignoring failing commits in submodules

Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
This commit is contained in:
Grzegorz Latosinski 2020-11-25 20:38:22 +01:00
parent 43ea36105f
commit c594c4973c
1 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@ jobs:
# TODO replace below with appropriate credentials
git config --global user.email "action@github.com"
git config --global user.name "Github Action"
git submodule foreach 'git commit -m "$DAT"'
git submodule foreach 'git commit -m "$DAT" || true'