Tweak wording

This commit is contained in:
James M. Greene
2023-06-06 09:40:22 -05:00
parent 2fb2bbeb02
commit 2c56c1e0f7
3 changed files with 1300 additions and 1300 deletions

View File

@@ -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 {