name: Gitea Actions Demo on: [push] jobs: test: runs-on: ubuntu-latest steps: - run: echo "Hello, Gitea Actions!" - run: uptime - run: whoami