github-actions: added ignoring failing commits in submodules
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
This commit is contained in:
parent
43ea36105f
commit
c594c4973c
|
@ -31,4 +31,4 @@ jobs:
|
||||||
# TODO replace below with appropriate credentials
|
# TODO replace below with appropriate credentials
|
||||||
git config --global user.email "action@github.com"
|
git config --global user.email "action@github.com"
|
||||||
git config --global user.name "Github Action"
|
git config --global user.name "Github Action"
|
||||||
git submodule foreach 'git commit -m "$DAT"'
|
git submodule foreach 'git commit -m "$DAT" || true'
|
||||||
|
|
Loading…
Reference in New Issue