name: 测试检出 on: [push] jobs: 测试: runs-on: ubuntu-latest steps: - name: 检出代码 uses: actions/checkout@v4 with: repository: ${{ gitea.repository }} github-server-url: 'https://git.bmycode.help'