From e0b430f9259069bbff6ef3ee468171003872eed2 Mon Sep 17 00:00:00 2001 From: Alejandro Ruiz Ponce Date: Thu, 18 Jan 2024 16:27:12 +0100 Subject: [PATCH] Fix annotation --- .github/workflows/generate-mistica-tokens.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-mistica-tokens.yml b/.github/workflows/generate-mistica-tokens.yml index 883c5f98..009c1a76 100644 --- a/.github/workflows/generate-mistica-tokens.yml +++ b/.github/workflows/generate-mistica-tokens.yml @@ -15,7 +15,7 @@ jobs: run: | BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/}) if [ "$BRANCH_NAME" == "main" ]; then - echo '::error:: Record screenshots aborted since it's on the main branch.' + echo "::error:: Record screenshots aborted since it's on the main branch." exit 0 fi