From 0066a9bb37aca2b0d551c26e8039be1fa76ef237 Mon Sep 17 00:00:00 2001 From: jonas-thiele <49486047+jonas-thiele@users.noreply.github.com> Date: Fri, 9 Aug 2024 11:46:43 +0200 Subject: [PATCH] Update main.ts --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 5b0df0c..3e56da9 100644 --- a/src/main.ts +++ b/src/main.ts @@ -208,7 +208,7 @@ Commit: ${repo_url}/commit/${commit_sha} } for (let artifact of artifact_list.split(",")) { - core.info(`Processing artifact ${artifact}`) + core.info(`Processing artifact: ${artifact}`) const content = fs.readFileSync(artifact)