From da794d034593d60b5e10f4ee58d4e0972d26f23e Mon Sep 17 00:00:00 2001 From: songjc <969378911@qq.com> Date: Thu, 6 Mar 2025 17:21:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20.devops/=E5=9F=BA=E4=BA=8Egitlink?= =?UTF-8?q?=E6=9E=84=E5=BB=BA.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/基于gitlink构建.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.devops/基于gitlink构建.yml b/.devops/基于gitlink构建.yml index 55c4771..ead91a4 100644 --- a/.devops/基于gitlink构建.yml +++ b/.devops/基于gitlink构建.yml @@ -14,8 +14,8 @@ workflow: name: storage_clone task: git_clone@1.2.9 input: - username: ((gitlink.songjc)) - password: ((gitlink.songjc)) + username: ((gitlink.user)) + password: ((gitlink.password)) remote_url: '"https://gitlink.org.cn/JointCloud/storage.git"' ref: '"refs/heads/master"' commit_id: '""' @@ -121,6 +121,8 @@ workflow: name: common_clone task: git_clone@1.2.9 input: + username: ((gitlink.user)) + password: ((gitlink.password)) remote_url: '"https://gitlink.org.cn/JointCloud/common.git"' ref: '"refs/heads/master"' commit_id: '""'