Skip to content

Commit

Permalink
github-actions: added ignoring failing commits in submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
  • Loading branch information
glatosinski committed Nov 25, 2020
1 parent e355f44 commit b9b8233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-rst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit b9b8233

Please sign in to comment.