mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 14:51:07 +08:00
Please the linter
This commit is contained in:
parent
71b40f7024
commit
3726c11433
@ -109,9 +109,7 @@ export async function streamExtractExternal(
|
||||
if (hashStream) {
|
||||
hashStream.end()
|
||||
sha256Digest = hashStream.read() as string
|
||||
core.info(
|
||||
`SHA256 digest of downloaded artifact is ${sha256Digest}`
|
||||
)
|
||||
core.info(`SHA256 digest of downloaded artifact is ${sha256Digest}`)
|
||||
}
|
||||
resolve({sha256Digest: `sha256:${sha256Digest}`})
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user