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 1e68a1d + aa0ccda commit 7c5d0f2Copy full SHA for 7c5d0f2
src/snapshot.ts
@@ -189,7 +189,8 @@ export async function submitSnapshot(
189
const result = response.data.result
190
if (result === 'SUCCESS' || result === 'ACCEPTED') {
191
core.notice(
192
- `Snapshot successfully created at ${response.data.created_at.toString()}`
+ `Snapshot successfully created at ${response.data.created_at.toString()}` +
193
+ ` with id ${response.data.id}`
194
)
195
} else {
196
core.error(
0 commit comments