Skip to content

Commit

Permalink
Rename files in README.md, quote values in README.md an action.yml di…
Browse files Browse the repository at this point in the history
…fferently
  • Loading branch information
EnricoMi committed May 23, 2022
1 parent daa2202 commit 8609e64
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -169,7 +169,7 @@ See the complete list of options below.

|Option|Default Value|Description|
|:-----|:-----:|:----------|
|`files`|`*.xml`|File patterns to select the test result XML files, e.g. `"test-results/**/*.xml"`. Use multiline string for multiple patterns. Supports `*`, `**`, `?`, `[]`. Excludes files when starting with `!`. |
|`junit_files`|`*.xml`|File patterns of JUnit XML test result files. Supports `*`, `**`, `?`, and `[]`. Use multiline string for multiple patterns. Patterns starting with `!` exclude the matching files. There have to be at least one pattern starting without a `!`.|
|`time_unit`|`seconds`|Time values in the XML files have this unit. Supports `seconds` and `milliseconds`.|
|`check_name`|`"Unit Test Results"`|An alternative name for the check result.|
|`comment_title`|same as `check_name`|An alternative name for the pull request comment.|
Expand Down
6 changes: 3 additions & 3 deletions action.yml
Expand Up @@ -26,7 +26,7 @@ inputs:
default: 'test failures'
required: false
junit_files:
description: 'File patterns of JUnit XML test result files. Supports *, **, ?, and []. Use multiline string for multiple patterns. Patterns starting with `!` exclude the matching files. There have to be at least one pattern starting without a `!`.'
description: 'File patterns of JUnit XML test result files. Supports *, **, ?, and []. Use multiline string for multiple patterns. Patterns starting with ! exclude the matching files. There have to be at least one pattern starting without a `!`.'
required: false
time_unit:
description: 'Time values in the XML files have this unit. Supports "seconds" and "milliseconds".'
Expand Down Expand Up @@ -54,11 +54,11 @@ inputs:
default: 'update last'
required: false
job_summary:
description: 'Set to `true`, the results are published as part of the job summary page of the workflow run'
description: 'Set to "true", the results are published as part of the job summary page of the workflow run'
required: false
default: 'true'
compare_to_earlier_commit:
description: 'Test results are compared to results of earlier commits to highlight changes: false - disable comparison, true - compare across commits'
description: 'Test results are compared to results of earlier commits to highlight changes: "false" - disable comparison, "true" - compare across commits'
default: 'true'
required: false
pull_request_build:
Expand Down
6 changes: 3 additions & 3 deletions composite/action.yml
Expand Up @@ -26,7 +26,7 @@ inputs:
required: false
default: 'test failures'
junit_files:
description: 'File patterns of JUnit XML test result files. Supports *, **, ?, and []. Use multiline string for multiple patterns. Patterns starting with `!` exclude the matching files. There have to be at least one pattern starting without a `!`.'
description: 'File patterns of JUnit XML test result files. Supports *, **, ?, and []. Use multiline string for multiple patterns. Patterns starting with ! exclude the matching files. There have to be at least one pattern starting without a `!`.'
required: false
time_unit:
description: 'Time values in the XML files have this unit. Supports "seconds" and "milliseconds".'
Expand Down Expand Up @@ -54,11 +54,11 @@ inputs:
required: false
default: 'update last'
job_summary:
description: 'Set to `true`, the results are published as part of the job summary page of the workflow run'
description: 'Set to "true", the results are published as part of the job summary page of the workflow run'
required: false
default: 'true'
compare_to_earlier_commit:
description: 'Test results are compared to results of earlier commits to highlight changes: false - disable comparison, true - compare across commits'
description: 'Test results are compared to results of earlier commits to highlight changes: "false" - disable comparison, "true" - compare across commits'
required: false
default: 'true'
pull_request_build:
Expand Down

0 comments on commit 8609e64

Please sign in to comment.