ITADN

`.github/workflows/youtube_operational_api.yml` unclear purpose

#342OpenBenjamin-Loison 创建于 2025-10-07
B
Benjamin-Loisoncommented
<details> <summary><code>.github/workflows/youtube_operational_api.yml</code>:</summary> ```yaml name: YouTube operational API on: push: branches: [ main ] jobs: build: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - run: ls -lah - run: git clone --depth 1 https://github.com/Benjamin-Loison/YouTube-operational-API - run: php-cgi -f YouTube-operational-API/channels.php handle=@WHO 2> /dev/null ``` </details> [Benjamin-Loison/Test](https://github.com/Benjamin-Loison/Test)
0 条评论