name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] runs-on: [linux_amd64] jobs: health-chek: steps: - run: echo "Hello World!"