From 8609e64a848b3498508150c362929313ab5a5e48 Mon Sep 17 00:00:00 2001 From: Enrico Minack Date: Mon, 23 May 2022 13:08:33 +0200 Subject: [PATCH] Rename files in README.md, quote values in README.md an action.yml differently --- README.md | 2 +- action.yml | 6 +++--- composite/action.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 314818c1..20bde8df 100644 --- a/README.md +++ b/README.md @@ -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.| diff --git a/action.yml b/action.yml index 3ef19fbf..f282220e 100644 --- a/action.yml +++ b/action.yml @@ -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".' @@ -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: diff --git a/composite/action.yml b/composite/action.yml index 18e10d00..0ce7de6a 100644 --- a/composite/action.yml +++ b/composite/action.yml @@ -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".' @@ -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: