From 83cd57269412bcf2d83e31e602e30e08faef55e9 Mon Sep 17 00:00:00 2001 From: umarcor Date: Sun, 9 Jan 2022 20:39:12 +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 f2cb927..f6b3a99 100644 --- a/.github/workflows/UnitTesting.yml +++ b/.github/workflows/UnitTesting.yml @@ -26,7 +26,7 @@ on: workflow_call: inputs: jobs: - description: 'JSON list with field , telling the versions to run tests with.' + description: 'JSON list with environment fields, telling the system and Python versions to run tests with.' required: true type: string requirements: