File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,22 @@ name: Build and deploy docs
9
9
repository-owner :
10
10
description : GitHub account or org that owns the repository
11
11
type : string
12
+ required : true
12
13
default : ansible
13
14
repository-name :
14
15
description : Name of the GitHub repository
15
16
type : string
17
+ required : true
16
18
default : ansible-documentation
17
19
repository-branch :
18
20
description : Branch, tag, or commit SHA
19
21
type : string
22
+ required : true
20
23
default : devel
21
24
ansible-package-version :
22
25
description : Ansible community package version
23
26
type : choice
27
+ required : true
24
28
default : devel
25
29
options :
26
30
- devel
@@ -35,10 +39,12 @@ name: Build and deploy docs
35
39
deploy :
36
40
description : Deploy the build
37
41
type : boolean
42
+ required : true
38
43
default : false
39
44
deployment-environment :
40
45
description : Deployment environment
41
46
type : choice
47
+ required : true
42
48
default : test
43
49
options :
44
50
- production
Original file line number Diff line number Diff line change @@ -7,18 +7,22 @@ name: Build docs
7
7
repository-owner :
8
8
description : GitHub account or org that owns the repository
9
9
type : string
10
+ required : false
10
11
default : ansible
11
12
repository-name :
12
13
description : Name of the GitHub repository
13
14
type : string
15
+ required : false
14
16
default : ansible-documentation
15
17
repository-branch :
16
18
description : Branch, tag, or commit SHA
17
19
type : string
20
+ required : false
18
21
default : devel
19
22
ansible-package-version :
20
23
type : string
21
24
description : Ansible community package version
25
+ required : false
22
26
default : devel
23
27
generate-redirects :
24
28
description : Generate page redirects
Original file line number Diff line number Diff line change @@ -7,18 +7,22 @@ name: Deploy docs
7
7
repository-owner :
8
8
description : GitHub account or org that owns the repository
9
9
type : string
10
+ required : false
10
11
default : ansible
11
12
repository-branch :
12
13
description : Branch, tag, or commit SHA
13
14
type : string
15
+ required : false
14
16
default : devel
15
17
ansible-package-version :
16
18
type : string
17
19
description : Ansible community package version
20
+ required : false
18
21
default : devel
19
22
deployment-environment :
20
23
description : Deployment environment
21
24
type : string
25
+ required : false
22
26
default : test
23
27
secrets :
24
28
DEPLOY_DOC_BUILD :
You can’t perform that action at this time.
0 commit comments