name: Demo on: [push] jobs: hello: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: System info run: | echo "Hello from Gitea Actions on OKE" uname -a - name: Run app run: python3 app.py