From 04cc83f2e1ab6c8457b724d4519ee742dcca484e Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 20 Nov 2024 11:29:06 -0800 Subject: [PATCH] Update publish.yml 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