1027
All checks were successful
Sequential Workflows / job_a (push) Successful in 14s
Sequential Workflows / job_b (push) Successful in 2s
Sequential Workflows / job_c (push) Successful in 3s

This commit is contained in:
298977887 2024-10-27 19:43:12 +08:00
parent 4a69484d32
commit b69dd776cb

View File

@ -17,7 +17,7 @@ jobs:
REPO_URL: https://github.com/coolsnowwolf/lede # 仓库的URL地址
REPO_BRANCH: master # 需要克隆的分支名
run: |
git clone --depth 1 $REPO_URL -b $REPO_BRANCH openwrt
git clone --depth 1 $REPO_URL -b $REPO_BRANCH
#显示当前路径
- name: Show current path