From bc88057a36780a4f1cf27177b8dbe40df66737d5 Mon Sep 17 00:00:00 2001 From: Istvan Soos Date: Wed, 4 Jan 2023 18:59:25 +0100 Subject: [PATCH] Description for the working-directory input field. --- .github/workflows/pub-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pub-publish.yml b/.github/workflows/pub-publish.yml index 02f54a3..461d5cf 100644 --- a/.github/workflows/pub-publish.yml +++ b/.github/workflows/pub-publish.yml @@ -11,6 +11,7 @@ on: workflow_call: inputs: working-directory: + description: directory with-in the repository where the package is located (if not in the repository root) required: false type: string