Add success message for processed Gitea Actions events in workflow
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 8s

This commit is contained in:
Giuliano Paschoalino 2026-03-20 14:13:18 -03:00
parent bd8d23e022
commit 65a4c3897c

View File

@ -17,3 +17,4 @@ jobs:
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "🎉 The ${{ gitea.event_name }} event has been successfully processed by Gitea Actions!"