File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,11 @@ parameters:
8
8
source_docs_dir :
9
9
type : string
10
10
default : " docs"
11
- description : " The path to the ir-docs folder in the repository. Defaults to './ir-docs'."
11
+ description : " The path to the ir-docs folder in the repository. Defaults to './docs'."
12
+ target_docs_dir :
13
+ type : string
14
+ default : " docs"
15
+ description : " The path to the ir-docs folder in the repository. Defaults to './docs'."
12
16
label :
13
17
type : string
14
18
default : " "
@@ -20,7 +24,7 @@ parameters:
20
24
target_repo :
21
25
type : string
22
26
default : " "
23
- description : " The GitHub URL of the target repository where the documentation resides."
27
+ description : " The GitHub SSH URL of the target repository where the documentation resides."
24
28
git_username :
25
29
type : string
26
30
default : " "
@@ -32,7 +36,7 @@ parameters:
32
36
target_repo_directory :
33
37
type : string
34
38
default : " target"
35
- description : " The directory where the clone of the target repo has been cloned."
39
+ description : " The directory where the clone of the target repo will been cloned."
36
40
source_repo_directory :
37
41
type : string
38
42
default : " source"
You can’t perform that action at this time.
0 commit comments