mirror of
https://github.com/actions/deploy-pages.git
synced 2026-03-30 10:04:53 +00:00
Tweak wording
This commit is contained in:
2596
dist/index.js
generated
vendored
2596
dist/index.js
generated
vendored
File diff suppressed because it is too large
Load Diff
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@@ -100,7 +100,7 @@ async function getSignedArtifactMetadata({ runtimeToken, workflowRunId, artifact
|
|||||||
|
|
||||||
const artifactSize = artifact?.size
|
const artifactSize = artifact?.size
|
||||||
if (!artifactSize) {
|
if (!artifactSize) {
|
||||||
core.warning('Artifact size was not found. Can not check if artifact size exceeds the allowed size.')
|
core.warning('Artifact size was not found. Unable to verify if artifact size exceeds the allowed size.')
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user