We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a59513 + c4e2760 commit 1d8f891Copy full SHA for 1d8f891
src/snapshot.ts
@@ -196,9 +196,6 @@ export async function submitSnapshot(
196
`Snapshot creation failed with result: "${result}: ${response.data.message}"`
197
)
198
}
199
- core.notice(
200
- `Snapshot successfully created at ${response.data.created_at.toString()}`
201
- )
202
} catch (error) {
203
if (error instanceof RequestError) {
204
core.error(
0 commit comments