Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnassri committed Jul 30, 2023
1 parent 681c7c8 commit 27517bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const messageProps = { title: 'commit-lint' }

// exit early
if (!['pull_request', 'push'].includes(github.context.eventName)) {
core.warning(`action ran on unsupported event: ${github.context.eventName}`, messageProps})
core.warning(`action ran on unsupported event: ${github.context.eventName}`, messageProps)
process.exit(0) // soft exit
}

Expand Down

0 comments on commit 27517bd

Please sign in to comment.