mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-01 08:43:21 +08:00
add & deprecate old markdownSummary export
This commit is contained in:
@@ -364,3 +364,8 @@ export async function getIDToken(aud?: string): Promise<string> {
|
||||
* Summary exports
|
||||
*/
|
||||
export {summary} from './summary'
|
||||
|
||||
/**
|
||||
* @deprecated use core.summary
|
||||
*/
|
||||
export {markdownSummary} from './summary'
|
||||
|
||||
Reference in New Issue
Block a user