From aa0ccdad49a55f4f5164449a254c16b59b3be9b8 Mon Sep 17 00:00:00 2001 From: Art Leo Date: Fri, 4 Apr 2025 14:28:33 +1100 Subject: [PATCH] Add id to submitSnapshot success response --- src/snapshot.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/snapshot.ts b/src/snapshot.ts index 283067c..697ddfd 100644 --- a/src/snapshot.ts +++ b/src/snapshot.ts @@ -189,7 +189,8 @@ export async function submitSnapshot( const result = response.data.result if (result === 'SUCCESS' || result === 'ACCEPTED') { core.notice( - `Snapshot successfully created at ${response.data.created_at.toString()}` + `Snapshot successfully created at ${response.data.created_at.toString()}` + + ` with id ${response.data.id}` ) } else { core.error(