We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1189a commit d4b268dCopy full SHA for d4b268d
action.yml
@@ -20,10 +20,6 @@ inputs:
20
description: "The path for generated output"
21
required: true
22
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"
27
28
runs:
29
using: "docker"
@@ -40,8 +36,6 @@ runs:
40
36
"${{ inputs.module-name }}",
41
37
--output,
42
38
"${{ inputs.output }}",
43
- --minimum-access-level,
44
- "${{ inputs.minimum-access-level }}"
45
39
]
46
47
branding:
0 commit comments