Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-thiele authored Aug 9, 2024
1 parent 0066a9b commit 9c1f7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9c1f7d0

Please sign in to comment.