Skip to content

Commit

Permalink
Update publish.yml (#142)
Browse files Browse the repository at this point in the history
Update workflow docs.
  • Loading branch information
devoncarew authored Nov 25, 2024
1 parent d0b01d2 commit f60b945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f60b945

Please sign in to comment.