From 4e877443dc2a44126caee0570f967e3cbf24402f Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Mon, 25 Sep 2023 16:35:15 -0400 Subject: [PATCH] Managed by Terraform: Update notify-integration-release-via-tag github workflow --- .github/workflows/notify-integration-release-via-tag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-integration-release-via-tag.yaml b/.github/workflows/notify-integration-release-via-tag.yaml index 1ba92c8..ab4c081 100644 --- a/.github/workflows/notify-integration-release-via-tag.yaml +++ b/.github/workflows/notify-integration-release-via-tag.yaml @@ -18,7 +18,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."