diff --git a/README.md b/README.md
index 0cac2a66..276ec774 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
|
-
+
|
diff --git a/action.yml b/action.yml
index a93f3a05..a8847d1e 100644
--- a/action.yml
+++ b/action.yml
@@ -181,6 +181,10 @@ inputs:
description: Delay between each retry (in seconds, for output action)
default:
+ clean_workflows:
+ description: Clean previous workflows jobs
+ default:
+
delay:
description: Job delay
default:
diff --git a/source/plugins/core/README.md b/source/plugins/core/README.md
index 1d51f923..bcd2b0e7 100644
--- a/source/plugins/core/README.md
+++ b/source/plugins/core/README.md
@@ -837,6 +837,25 @@ It can result in cropped or oversized outputs.
≤ 3600)
default: 120
+
+
+ clean_workflows
|
+ Clean previous workflows jobs
+This can be used to clean up Action tabs from previous workflows runs.
+Use all to clean up workflows runs in any state.
+
+⚠️ When reporting issues, it is required to provide logs so it can be investigated and reproduced.
+Be sure to disable this option when asking for help or submitting bug reports.
+
+![]() |
+
+
+ ⏯️ Cannot be preset
+✨ On master/main
+type: array
+(comma-separated)
+
+allowed values:- cancelled
- failure
- success
- skipped
- startup_failure
- timed_out
- all
|
delay
|