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

2
dist/index.js generated vendored
View File

@@ -9886,7 +9886,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 {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

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 {