Skip to content

Commit

Permalink
tight join for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Sep 20, 2024
1 parent bac7b0e commit 2fc371f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ export async function run() {
const color = result.active ? COLORS.success : COLORS.error
return `${color}${result.environment}${COLORS.reset}`
})
.join(', ')
.join(',')

// construct a markdown message with checks or x's for each environment in an ordered list
const combined_environments_markdown = deploymentOrderResults.results
Expand Down

0 comments on commit 2fc371f

Please sign in to comment.