name: Test Actions on: [push] jobs: hello-world: runs-on: ubuntu-latest steps: - name: Hello run: echo "Gitea Actions 激活成功!"