tektoncd / catalog

Catalog of shared Tasks and Pipelines.
Apache License 2.0
663 stars 577 forks source link

[DOC] The "git-clone" task document about the default value of the "userHome" parameter is not right #1219

Open ma0ziyuan opened 11 months ago

ma0ziyuan commented 11 months ago

Expected Behavior

userHome: The user's home directory. (default: "/home/git")

Actual Behavior

userHome: The user's home directory. (default: "/tekton/home")

Steps to Reproduce the Problem

1.open the url "https://hub.tekton.dev/tekton/task/git-clone" in your web browser 2.the version is 0.9(latest)

  1. the last line of the paragraph regarding the description of the Task Parameters
  2. we can see the default value in the task yaml file: https://github.com/tektoncd/catalog/blob/ba4746a120437ae6909b1a65533ad297facac784/task/git-clone/0.9/git-clone.yaml#L106-L110

Additional Info

anilabhabaral commented 3 months ago

Send PR 1290