We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c6bbb commit 1553beaCopy full SHA for 1553bea
.github/workflows/update_submodule.yml
@@ -40,6 +40,4 @@ jobs:
40
git add submodules/plone.api submodules/plone.restapi submodules/volto
41
git config user.name github-actions
42
git config user.email [email protected]
43
- git commit -m "Update submodules tip"
44
- git push
45
-
+ git diff --exit-code && git commit -m "Update submodules tip" && git push
0 commit comments