From 3492d011326f79e4bce3efd36d121279a2d13e05 Mon Sep 17 00:00:00 2001 From: Paul-Henry Kajfasz Date: Tue, 16 Jul 2024 22:11:28 +0200 Subject: [PATCH] update warning --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 45bd914cf3..1de1b6372c 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -23,6 +23,6 @@ jobs: if echo "$changed_files" | grep -q '^CHANGELOG.md$'; then echo "CHANGELOG.md has been modified." else - echo "::warning file=CHANGELOG.md::CHANGELOG.md has not been modified.\n This warning can be ignored if is has been explicitely decided not to log changes.\n Except in this situation, make sure to add log changes." + echo $'::warning file=CHANGELOG.md::CHANGELOG.md has not been modified.\n This warning can be ignored if is has been explicitely decided not to log changes.\n Except in this situation, make sure to add log changes.' exit 1 fi