From 13e93a5e780e099457e0a68301ecb775d0e3e5e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominykas=20Blyz=CC=8Ce=CC=87?= Date: Tue, 31 Aug 2021 18:52:39 +0300 Subject: [PATCH] fix: remove backticks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise bash executes this 🤦‍ --- .github/workflows/wiby.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wiby.yaml b/.github/workflows/wiby.yaml index a8d9148..10ea502 100644 --- a/.github/workflows/wiby.yaml +++ b/.github/workflows/wiby.yaml @@ -185,7 +185,7 @@ jobs: WIBY_RESULT_CODE=$1 if [ ${WIBY_RESULT_CODE} -eq 64 ]; then - echo "`wiby` exited with code 64 - results are still pending" + echo "wiby exited with code 64 - results are still pending" exit else echo "::set-output name=wiby_conclusion::failure"