Skip to content

Commit

Permalink
use 'info' color
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Sep 7, 2023
1 parent acfdb98 commit a6eb3d5
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/functions/identical-commit-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export async function identicalCommitCheck(octokit, context, environment) {
`🌲 latest default ${COLORS.info}branch${COLORS.reset} tree sha: ${COLORS.info}${defaultBranchTreeSha}${COLORS.reset}`
)
core.info(
`🌲 latest ${COLORS.highlight}deployment${COLORS.reset} tree sha: ${COLORS.info}${latestDeploymentTreeSha}${COLORS.reset}`
`🌲 latest ${COLORS.info}deployment${COLORS.reset} tree sha: ${COLORS.info}${latestDeploymentTreeSha}${COLORS.reset}`
)
core.debug('💡 latest deployment with payload type of "branch-deploy"')
core.debug(`🕛 latest deployment created at: ${createdAt}`)
Expand Down

0 comments on commit a6eb3d5

Please sign in to comment.