Files
gitea_actions/.gitea/workflows/build.yml
编码猿 3cae1816f4
Some checks failed
测试检出 / 测试 (push) Has been cancelled
333
2025-10-05 01:30:25 +08:00

12 lines
261 B
YAML

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'