mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-07-31 05:42:02 +08:00
nicer wording
This commit is contained in:
parent
83e5e2517b
commit
71b40f7024
@ -110,7 +110,7 @@ export async function streamExtractExternal(
|
||||
hashStream.end()
|
||||
sha256Digest = hashStream.read() as string
|
||||
core.info(
|
||||
`SHA256 digest of downloaded artifact zip is ${sha256Digest}`
|
||||
`SHA256 digest of downloaded artifact is ${sha256Digest}`
|
||||
)
|
||||
}
|
||||
resolve({sha256Digest: `sha256:${sha256Digest}`})
|
||||
|
Loading…
x
Reference in New Issue
Block a user