From e99ea8c36b3f513073cfa63b9188d10c142a8671 Mon Sep 17 00:00:00 2001 From: Vadzim Date: Sun, 18 Aug 2024 14:58:53 +0200 Subject: [PATCH] Commit #30.2 --- .github/workflows/conditional+functions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conditional+functions.yml b/.github/workflows/conditional+functions.yml index 5989548fa..71baf2755 100644 --- a/.github/workflows/conditional+functions.yml +++ b/.github/workflows/conditional+functions.yml @@ -27,4 +27,5 @@ jobs: run: echo "The name is a valid ''V' name" - id: completion name: Completion - run: echo ${{success()}} \ No newline at end of file + if: ${{success()}} + run: echo "Well done!" \ No newline at end of file