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.
docs/modules/ROOT/pages/includes/attributes.adoc
1 parent 4abaf42 commit 81b6a73Copy full SHA for 81b6a73
.github/workflows/build.yml
@@ -61,4 +61,4 @@ jobs:
61
- name: Check for uncommitted changes
62
run: |
63
err_msg="Changes found!!! Run 'mvn -B clean package' and commit changes"
64
- git -c color.ui=always diff --exit-code || (>&2 echo "${err_msg}" && exit 1)
+ git -c color.ui=always diff --exit-code ':(exclude)docs/modules/ROOT/pages/includes/attributes.adoc' || (>&2 echo "${err_msg}" && exit 1)
0 commit comments