mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-05-04 18:58:07 +08:00
summary: method to clear file and buffer
This commit is contained in:
@@ -151,6 +151,15 @@ class MarkdownSummary {
|
||||
return this.emptyBuffer()
|
||||
}
|
||||
|
||||
/**
|
||||
* Clears the summary buffer and wipes the summary file
|
||||
*
|
||||
* @returns {MarkdownSummary} markdown summary instance
|
||||
*/
|
||||
async clear(): Promise<MarkdownSummary> {
|
||||
return this.emptyBuffer().write(true)
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the current summary buffer as a string
|
||||
*
|
||||
@@ -170,7 +179,7 @@ class MarkdownSummary {
|
||||
}
|
||||
|
||||
/**
|
||||
* Clears the summary buffer without writing to summary file
|
||||
* Resets the summary buffer without writing to summary file
|
||||
*
|
||||
* @returns {MarkdownSummary} markdown summary instance
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user