Skip to content

Commit

Permalink
Flesh out the warnings section a tiny bit
Browse files Browse the repository at this point in the history
  • Loading branch information
juxtin committed Mar 23, 2023
1 parent 782549c commit 00da322
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/summary.ts
Expand Up @@ -227,7 +227,9 @@ export function addSnapshotWarnings(warnings: string): void {

core.summary.addHeading('Snapshot Warnings', 2)
core.summary.addQuote(`${icons.warning}: ${warnings}`)
core.summary.addRaw('See the documentation for troubleshooting help.')
core.summary.addRaw(
'Re-running this action after a short time may resolve the issue. See the documentation for more information and troubleshooting advice.'
)
}

function countLicenseIssues(
Expand Down

0 comments on commit 00da322

Please sign in to comment.