mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-10-10 21:41:26 +07:00
node_modules: upgrade
This commit is contained in:
2
node_modules/@actions/core/lib/summary.d.ts
generated
vendored
2
node_modules/@actions/core/lib/summary.d.ts
generated
vendored
@ -1,6 +1,6 @@
|
||||
export declare const SUMMARY_ENV_VAR = "GITHUB_STEP_SUMMARY";
|
||||
export declare const SUMMARY_DOCS_URL = "https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary";
|
||||
export declare type SummaryTableRow = (SummaryTableCell | string)[];
|
||||
export type SummaryTableRow = (SummaryTableCell | string)[];
|
||||
export interface SummaryTableCell {
|
||||
/**
|
||||
* Cell content
|
||||
|
Reference in New Issue
Block a user