Skip to content

Commit c50ca73

Browse files
🩹 [Patch]: Fix typo in README regarding action output logs
1 parent ad6d520 commit c50ca73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The action provides the following outputs:
136136
To be clear; the action follows the settings file to determine which rules to skip.
137137

138138
4. **View the Results**
139-
The action outputs the results of the tests to goth logs and step summary. If the tests pass, the actions `outcome` will be `success`.
139+
The action outputs the results of the tests to both logs and step summary. If the tests pass, the actions `outcome` will be `success`.
140140
If the tests fail, the actions outcome will be `failure`. To make the workflow continue even if the tests fail, you can set the
141141
`continue-on-error` option to `true`. Use this built-in feature to stop the workflow from failing so that you can aggregate the status of tests
142142
across multiple jobs.

0 commit comments

Comments
 (0)