mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 19:59:46 -05:00
add infos for stack repo branch commit
This commit is contained in:
@@ -246,10 +246,19 @@ export const StackConfig = ({
|
||||
/>
|
||||
);
|
||||
},
|
||||
repo: { placeholder: "Enter Repo" },
|
||||
branch: { placeholder: "Enter branch" },
|
||||
repo: {
|
||||
placeholder: "Enter repo",
|
||||
description:
|
||||
"The repo path on the provider. {namespace}/{repo_name}",
|
||||
},
|
||||
branch: {
|
||||
placeholder: "Enter branch",
|
||||
description: "Select a custom branch, or default to 'main'.",
|
||||
},
|
||||
commit: {
|
||||
placeholder: "Enter a specific commit hash. Optional.",
|
||||
description:
|
||||
"Switch to a specific hash after cloning the branch.",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user