mirror of
https://github.com/actions/deploy-pages.git
synced 2026-02-11 21:01:24 +00:00
Tweak wording
This commit is contained in:
@@ -100,7 +100,7 @@ async function getSignedArtifactMetadata({ runtimeToken, workflowRunId, artifact
|
||||
|
||||
const artifactSize = artifact?.size
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user