Skip to content

Commit

Permalink
early return
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoeboxam committed Aug 9, 2022
1 parent b24a4e5 commit f11a0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,13 @@ async function run(): Promise<void> {
}

const title = 'Rendered Proofs'
let body = `## 🤖 ${title}
let body = `## 🤖 ${title} (${commit_sha})
| file |
| ---- |
`
let artifact_list = glob.sync(glob_pattern);
if (artifact_list.length == 0) return;

for (let artifact of artifact_list) {
const path = artifact.trim()

Expand Down

0 comments on commit f11a0ec

Please sign in to comment.