From a965f762f655bd61855d65b1c2bc7c3a46f5fc76 Mon Sep 17 00:00:00 2001 From: Grzegorz Latosinski Date: Wed, 25 Nov 2020 20:38:22 +0100 Subject: [PATCH] github-actions: added ignoring failing commits in submodules Signed-off-by: Grzegorz Latosinski --- .github/workflows/generate-rst.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-rst.yml b/.github/workflows/generate-rst.yml index e6aa925ec..183a81252 100644 --- a/.github/workflows/generate-rst.yml +++ b/.github/workflows/generate-rst.yml @@ -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'