From 55109fc6b386ff1d69e236d04fb1c9f454d0727e Mon Sep 17 00:00:00 2001 From: Aman Sanghi Date: Fri, 13 Sep 2024 21:14:08 +0530 Subject: [PATCH] fix bash --- .github/workflows/submodule-pin-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/submodule-pin-check.yml b/.github/workflows/submodule-pin-check.yml index 5e4be387d9..76c777baad 100644 --- a/.github/workflows/submodule-pin-check.yml +++ b/.github/workflows/submodule-pin-check.yml @@ -43,7 +43,7 @@ jobs: divergent=1 fi done - if $divergent then + if $divergent; then status_state="success" else resp="$(curl -sSL --fail-with-body \