From f60b94591ab2d3da576c469969989fca99fabd3e Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 25 Nov 2024 12:38:18 -0800 Subject: [PATCH] Update publish.yml (#142) Update workflow docs. --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 66a892a..188d402 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,11 +11,11 @@ on: workflow_call: inputs: environment: - 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). required: false type: string working-directory: - 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). required: false type: string