Skip to content

Commit 8eaff5b

Browse files
🩹 [Patch]: Enable GitHub step summary display by default in action.yml and README.md
1 parent 1129885 commit 8eaff5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ customize rule selection, severity filtering, and custom rule inclusion.
2626
| `Prerelease` | Allow prerelease versions if available. | false | `'false'` |
2727
| `WorkingDirectory` | The working directory where the script runs. | false | `'.'` |
2828
| `ReportAsJson` | Output generated reports in JSON format in addition to the configured format. | false | `'true'` |
29-
| `StepSummary_Enabled` | Controls if a GitHub step summary should be shown. | false | `'false'` |
29+
| `StepSummary_Enabled` | Controls if a GitHub step summary should be shown. | false | `'true'` |
3030
| `StepSummary_ShowTestOverview` | Controls whether to show the test overview table in the GitHub step summary. | false | `'true'` |
3131
| `StepSummary_ShowTests` | Controls which tests to show in the GitHub step summary (Full/Failed/None). | false | `'Failed'` |
3232
| `StepSummary_ShowConfiguration` | Controls whether to show the configuration details in the GitHub step summary. | false | `'false'` |

‎action.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ inputs:
4545
description: |
4646
Controls if a GitHub step summary should be shown.
4747
required: false
48-
default: 'false'
48+
default: 'true'
4949
StepSummary_ShowTestOverview:
5050
description: |
5151
Controls whether to show the test overview table in the GitHub step summary.

0 commit comments

Comments
 (0)