UnitTesting: update description of input 'jobs'

This commit is contained in:
umarcor
2021-12-02 02:48:48 +01:00
parent 2032cff787
commit df86bea2f9

View File

@@ -4,7 +4,7 @@ on:
workflow_call: workflow_call:
inputs: inputs:
jobs: jobs:
description: 'Space separated list of Python versions to run tests with.' description: 'JSON list with field <python>, telling the versions to run tests with.'
required: true required: true
type: string type: string
requirements: requirements: