From 32c1b369509ec59de28a14e64e5afb15cf3ea3e1 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Wed, 9 Apr 2025 03:04:21 +0000 Subject: [PATCH] init --- tasks/git-clone-checkout/task.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/git-clone-checkout/task.yaml b/tasks/git-clone-checkout/task.yaml index 4d2307e..7c54395 100644 --- a/tasks/git-clone-checkout/task.yaml +++ b/tasks/git-clone-checkout/task.yaml @@ -46,7 +46,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: url + - name: repo-url description: Repository URL to clone from. type: string - name: revision @@ -80,7 +80,7 @@ spec: - name: HOME value: "$(params.userHome)" - name: PARAM_URL - value: $(params.url) + value: $(params.repo-url) - name: PARAM_REVISION value: $(params.revision) - name: PARAM_VERBOSE