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 9abd383 commit 62783bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 62783bd

Please sign in to comment.