Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit d4b268d

Browse files
committed
Remove minimum-access-level input from action.yml
This feature will be available in the next release This is a partial revert of da1189a
1 parent da1189a commit d4b268d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ inputs:
2020
description: "The path for generated output"
2121
required: true
2222
default: "./.build/documentation"
23-
minimum-access-level:
24-
description: "The minimum access level of the symbols which should be included (public, internal, or private)"
25-
required: false
26-
default: "public"
2723

2824
runs:
2925
using: "docker"
@@ -40,8 +36,6 @@ runs:
4036
"${{ inputs.module-name }}",
4137
--output,
4238
"${{ inputs.output }}",
43-
--minimum-access-level,
44-
"${{ inputs.minimum-access-level }}"
4539
]
4640

4741
branding:

0 commit comments

Comments
 (0)