We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b01d2 commit f60b945Copy full SHA for f60b945
.github/workflows/publish.yml
@@ -11,11 +11,11 @@ on:
11
workflow_call:
12
inputs:
13
environment:
14
- description: if specified, the workflow is required to be run in this environment (with additional approvals)
+ description: If specified, the workflow is required to be run in this environment (with additional approvals).
15
required: false
16
type: string
17
working-directory:
18
- description: directory with-in the repository where the package is located (if not in the repository root)
+ description: The directory within the repository where the package is located (if not in the repository root).
19
20
21
0 commit comments