From 65a4c3897c574b68aadd2fcd925a3228eb4f4f82 Mon Sep 17 00:00:00 2001 From: Giuliano Paschoalino Date: Fri, 20 Mar 2026 14:13:18 -0300 Subject: [PATCH] Add success message for processed Gitea Actions events in workflow --- .gitea/workflows/demo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index ffd5bbd..eb253c2 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -16,4 +16,5 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} - - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "🍏 This job's status is ${{ job.status }}." + - run: echo "🎉 The ${{ gitea.event_name }} event has been successfully processed by Gitea Actions!" \ No newline at end of file