This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
name:Release
on:
push:
branches:
- '**'
- '!min'
jobs:
Release:
runs-on:ubuntu-latest
steps:
- name:Clone
run:|
echo '创建 tree/:'
mkdir /home/runner/tree
echo '克隆 main 分支:'
git clone https://github.com/PJ-568/Spinning_Bird.git -b main /home/runner/tree/main