From 02105c7083f685bb699312cbbb64e72a694234c3 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Wed, 9 Apr 2025 02:06:48 +0000 Subject: [PATCH] init --- tasks/git-clone-checkout/task.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/git-clone-checkout/task.yaml b/tasks/git-clone-checkout/task.yaml index 0d42c2b..fa7def5 100644 --- a/tasks/git-clone-checkout/task.yaml +++ b/tasks/git-clone-checkout/task.yaml @@ -30,7 +30,7 @@ spec: A workspace containing CA certificates, this will be used by Git to verify the peer with when fetching or pushing over HTTPS. params: - - name: repo-url + - name: url description: Repository URL to clone from. type: string - name: revision