From 71a89d43f3c6a606e079aa631335ea3f94a5c6e9 Mon Sep 17 00:00:00 2001 From: Sergey Grigoriev Date: Thu, 27 Jun 2024 14:09:48 +0200 Subject: [PATCH] fix: check if required commands are available maven build will not fail on local machines, but will fail during GitHub Actions build --- .scripts/convert-readme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/convert-readme.sh b/.scripts/convert-readme.sh index 610f20b..413bcb1 100755 --- a/.scripts/convert-readme.sh +++ b/.scripts/convert-readme.sh @@ -17,7 +17,7 @@ function check_command() { } # Check if required commands are installed -check_command jq1 +check_command jq check_command curl check_command awk