From c472969f90f812f21be1b62cd4680d7db62b80bb Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Mon, 25 Sep 2023 16:35:54 -0400 Subject: [PATCH] Managed by Terraform: Update notify-integration-release-via-manual github workflow --- .github/workflows/notify-integration-release-via-manual.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-integration-release-via-manual.yaml b/.github/workflows/notify-integration-release-via-manual.yaml index 87badf1a..2e658011 100644 --- a/.github/workflows/notify-integration-release-via-manual.yaml +++ b/.github/workflows/notify-integration-release-via-manual.yaml @@ -24,7 +24,7 @@ jobs: run: make build-docs - shell: bash run: | - if [[ -z "$$(git status -s)" ]]; then + if [[ -z "$(git status -s)" ]]; then echo "OK" else echo "Docs have been updated, but the compiled docs have not been committed."