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