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