We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd86be commit d1f419fCopy full SHA for d1f419f
1 file changed
.github/workflows/notify-integration-release-via-tag.yaml
@@ -18,7 +18,7 @@ jobs:
18
run: make build-docs
19
- shell: bash
20
run: |
21
- if [[ -z "$$(git status -s)" ]]; then
+ if [[ -z "$(git status -s)" ]]; then
22
echo "OK"
23
else
24
echo "Docs have been updated, but the compiled docs have not been committed."
0 commit comments