diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 984c5ea..a2b84d1 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -25,7 +25,7 @@ jobs: # https://github.com/actions/checkout - name: Checkout code uses: actions/checkout@v4 - run: | + - run: | echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."