From 0966c5001d179bdb7be6a8cb841eea51a65ef4f0 Mon Sep 17 00:00:00 2001 From: liamHowatt Date: Wed, 13 Aug 2025 14:21:52 -0400 Subject: [PATCH] add closing quote --- .github/workflows/completeness_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/completeness_check.yml b/.github/workflows/completeness_check.yml index c96bd93..cf2abbe 100644 --- a/.github/workflows/completeness_check.yml +++ b/.github/workflows/completeness_check.yml @@ -81,7 +81,7 @@ jobs: # Download the file and check for the URL if curl -s $FILE_URL | grep -Fxq "$REPO_URL_TO_CHECK"; then - echo "✅ The repository URL is listed + echo "✅ The repository URL is listed" else echo "❌ The repository URL is NOT" exit 1