From 9c1f7d0a668267e0580b8bda819fbdccff97a4cc Mon Sep 17 00:00:00 2001 From: jonas-thiele <49486047+jonas-thiele@users.noreply.github.com> Date: Fri, 9 Aug 2024 11:48:21 +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 3e56da9..632af7c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -207,7 +207,7 @@ Commit: ${repo_url}/commit/${commit_sha} ` } - for (let artifact of artifact_list.split(",")) { + for (const artifact of artifact_list.split(",")) { core.info(`Processing artifact: ${artifact}`) const content = fs.readFileSync(artifact)