Hi,
While using this library with GitHub Actions, core.notice generates unnecessary annotations to the summary run.
Example screenshot:

Code:
|
`Snapshot successfully created at ${response.data.created_at.toString()}` |
Would be possible for this to only generate a to something that does not generate annotations instead of a core.notice?
Thanks!
Hi,
While using this library with GitHub Actions,
core.noticegenerates unnecessary annotations to the summary run.Example screenshot:

Code:
dependency-submission-toolkit/src/snapshot.ts
Line 192 in ba43043
Would be possible for this to only generate a to something that does not generate annotations instead of a
core.notice?Thanks!