From 5e7127076ecb5f94973cfe4fd55d4a4f3a9f8145 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Wed, 9 Apr 2025 02:06:16 +0000 Subject: [PATCH] init --- tasks/git-clone-checkout/task.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tasks/git-clone-checkout/task.yaml b/tasks/git-clone-checkout/task.yaml index 2335b7d..0d42c2b 100644 --- a/tasks/git-clone-checkout/task.yaml +++ b/tasks/git-clone-checkout/task.yaml @@ -29,7 +29,14 @@ spec: description: | 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 + description: Repository URL to clone from. + type: string + - name: revision + description: Revision to checkout. (branch, tag, sha, ref, etc...) + type: string + default: "" steps: - name: echo image: "alpine/git:2.47.2"