Skip to content

Commit b65badc

Browse files
committed
remove unrelated changes
1 parent ec07e73 commit b65badc

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,22 @@ name: Build and deploy docs
99
repository-owner:
1010
description: GitHub account or org that owns the repository
1111
type: string
12+
required: true
1213
default: ansible
1314
repository-name:
1415
description: Name of the GitHub repository
1516
type: string
17+
required: true
1618
default: ansible-documentation
1719
repository-branch:
1820
description: Branch, tag, or commit SHA
1921
type: string
22+
required: true
2023
default: devel
2124
ansible-package-version:
2225
description: Ansible community package version
2326
type: choice
27+
required: true
2428
default: devel
2529
options:
2630
- devel
@@ -35,10 +39,12 @@ name: Build and deploy docs
3539
deploy:
3640
description: Deploy the build
3741
type: boolean
42+
required: true
3843
default: false
3944
deployment-environment:
4045
description: Deployment environment
4146
type: choice
47+
required: true
4248
default: test
4349
options:
4450
- production

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,22 @@ name: Build docs
77
repository-owner:
88
description: GitHub account or org that owns the repository
99
type: string
10+
required: false
1011
default: ansible
1112
repository-name:
1213
description: Name of the GitHub repository
1314
type: string
15+
required: false
1416
default: ansible-documentation
1517
repository-branch:
1618
description: Branch, tag, or commit SHA
1719
type: string
20+
required: false
1821
default: devel
1922
ansible-package-version:
2023
type: string
2124
description: Ansible community package version
25+
required: false
2226
default: devel
2327
generate-redirects:
2428
description: Generate page redirects

.github/workflows/reusable-deploy-docs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,22 @@ name: Deploy docs
77
repository-owner:
88
description: GitHub account or org that owns the repository
99
type: string
10+
required: false
1011
default: ansible
1112
repository-branch:
1213
description: Branch, tag, or commit SHA
1314
type: string
15+
required: false
1416
default: devel
1517
ansible-package-version:
1618
type: string
1719
description: Ansible community package version
20+
required: false
1821
default: devel
1922
deployment-environment:
2023
description: Deployment environment
2124
type: string
25+
required: false
2226
default: test
2327
secrets:
2428
DEPLOY_DOC_BUILD:

0 commit comments

Comments
 (0)