[*] 改为 https clone

This commit is contained in:
Martin 2025-01-15 16:27:29 +08:00
parent 06df0e4b4b
commit 35b6910e0a

View File

@ -2,9 +2,9 @@
```bash
# 配置名称以及Label
echo "export _AGENT=CNATON_01" >> ~/.bashrc
echo "export _AGENT=CANTON_03" >> ~/.bashrc
source ~/.bashrc
git clone git@git.martin98.com:MartinFarm/act_runner.git
git clone https://git.martin98.com/MartinFarm/act_runner.git
cd act_runner
sh run.sh
```