You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adding logs to check the file.patch availability
* Using debug to log
* Do not fail but just log
* Try logging as error
* Fail when continueOnError is false
* Validate file.patch before parsing
* Setting release to 1.6.1
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ for [Creating a workflow file](https://help.github.com/en/articles/configuring-a
27
27
the files changed
28
28
-`pass-emoji` - [*optional* {default: :green_apple:}] Emoji to use for pass status shown when 'coverage >= min coverage' (should be a Github supported emoji).
29
29
-`fail-emoji` - [*optional* {default: :x:}] Emoji to use for fail status shown when 'coverage < min coverage' (should be a Github supported emoji).
30
+
-`continue-on-error` - [*optional* {default: true}] If true, then do not fail the action on error, but log a warning
30
31
-`debug-mode` - [*optional* {default: false}] If true, run the action in debug mode and get debug logs printed in console
0 commit comments