Skip to content

Commit

Permalink
fix console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlescano committed Oct 22, 2024
1 parent 0e87b0c commit 2f3e37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-branch-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
case 'main':
case 'alpha': {
if (!/^(hotfix|release)\/[A-Za-z0-9-_\.]+$/.test(branch)) {
console.error(`::error::Branch name must start with 'hotfix/*' or `release/*` for PRs to ${base}`)
console.error(`::error::Branch name must start with 'hotfix/*' or 'release/*' for PRs to ${base}`)
process.exit(1)
}
break;
Expand Down

0 comments on commit 2f3e37d

Please sign in to comment.