name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] jobs: Explore-Gitea-Actions: runs-on: self-hosted container: image: alpine steps: - name: Do stuff run: | cat /etc/alpine-release - run: echo "🍏 This job's status is ${{ job.status }}."