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