Grammar: set up (#1241)

This commit is contained in:
Josh Soref
2023-01-19 10:57:29 -05:00
committed by GitHub
parent c26f803662
commit 5804607845

View File

@@ -203,7 +203,7 @@ Note: The size of downloaded zips can differ significantly from the reported siz
await createDirectoriesForArtifact(
downloadSpecification.directoryStructure
)
core.info('Directory structure has been setup for the artifact')
core.info('Directory structure has been set up for the artifact')
await createEmptyFilesForArtifact(
downloadSpecification.emptyFilesToCreate
)