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