mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
Improved parameter description.
This commit is contained in:
2
.github/workflows/CoverageCollection.yml
vendored
2
.github/workflows/CoverageCollection.yml
vendored
@@ -41,7 +41,7 @@ on:
|
||||
default: 'tests'
|
||||
type: string
|
||||
unittest_directory:
|
||||
description: 'Path to the directory containing unit tests (from test_directory).'
|
||||
description: 'Path to the directory containing unit tests (relative to test_directory).'
|
||||
required: false
|
||||
default: 'unit'
|
||||
type: string
|
||||
|
||||
2
.github/workflows/UnitTesting.yml
vendored
2
.github/workflows/UnitTesting.yml
vendored
@@ -54,7 +54,7 @@ on:
|
||||
default: 'tests'
|
||||
type: string
|
||||
unittest_directory:
|
||||
description: 'Path to the directory containing unit tests (from test_directory).'
|
||||
description: 'Path to the directory containing unit tests (relative to test_directory).'
|
||||
required: false
|
||||
default: 'unit'
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user