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 0c01e94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/summary.ts
Original file line number Diff line number Diff line change
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 0c01e94

Please sign in to comment.