Skip to content

Commit 1f71d9e

Browse files
committed
either default or required
1 parent 19a124f commit 1f71d9e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build-package-docs.yaml

+1-7
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,18 @@ name: Build and deploy docs
99
repository-owner:
1010
description: GitHub account or org that owns the repository
1111
type: string
12-
required: true
1312
default: ansible
1413
repository-name:
1514
description: Name of the GitHub repository
1615
type: string
17-
required: true
1816
default: ansible-documentation
1917
repository-branch:
2018
description: Branch, tag, or commit SHA
2119
type: string
22-
required: true
2320
default: devel
2421
ansible-package-version:
2522
description: Ansible community package version
2623
type: choice
27-
required: true
2824
default: devel
2925
options:
3026
- devel
@@ -35,16 +31,14 @@ name: Build and deploy docs
3531
generate-redirects:
3632
description: Generate page redirects
3733
type: boolean
38-
required: true
3934
default: true
4035
deploy:
4136
description: Deploy the build
4237
type: boolean
43-
required: true
38+
default: false
4439
deployment-environment:
4540
description: Deployment environment
4641
type: choice
47-
required: true
4842
default: test
4943
options:
5044
- production

0 commit comments

Comments
 (0)