name: hello on: [push] jobs: hi: runs-on: ubuntu-latest steps: - run: echo "Hello from $(hostname) — Gitea Actions is alive!" - run: docker info | head -20