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