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