From df86bea2f9a225827854a173118e9d741807cbb3 Mon Sep 17 00:00:00 2001 From: umarcor Date: Thu, 2 Dec 2021 02:48:48 +0100 Subject: [PATCH] UnitTesting: update description of input 'jobs' --- .github/workflows/UnitTesting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/UnitTesting.yml b/.github/workflows/UnitTesting.yml index 47c53b8..fea903b 100644 --- a/.github/workflows/UnitTesting.yml +++ b/.github/workflows/UnitTesting.yml @@ -4,7 +4,7 @@ on: workflow_call: inputs: jobs: - description: 'Space separated list of Python versions to run tests with.' + description: 'JSON list with field , telling the versions to run tests with.' required: true type: string requirements: