Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ma0ziyuan opened this issue Nov 19, 2023 · 0 comments

Comments

@ma0ziyuan
Copy link

ma0ziyuan commented Nov 19, 2023

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)
3. the last line of the paragraph regarding the description of the Task Parameters
4. we can see the default value in the task yaml file:

- name: userHome
description: |
Absolute path to the user's home directory.
type: string
default: "/home/git"

Additional Info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant