From 3300160d1cf985cff9b611b03cdce166927a2921 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Mon, 25 Sep 2023 16:36:26 -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 8ee09a79..bda837e7 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."