This commit is contained in:
@@ -20,11 +20,7 @@ jobs:
|
||||
steps:
|
||||
- name: 检出代码
|
||||
run: |
|
||||
if [ ! -d ".git" ]; then
|
||||
git clone https://git.boss160.cn/csxj2026/junhong_cmp_fiber.git .
|
||||
else
|
||||
git fetch origin
|
||||
fi
|
||||
git checkout ${{ github.sha }}
|
||||
|
||||
- name: 设置镜像标签
|
||||
|
||||
Reference in New Issue
Block a user