Skip to content

Commit

Permalink
fix: mismatch input in action.yml (#191)
Browse files Browse the repository at this point in the history
alert-comment-threshold should be alert-threshold
  • Loading branch information
ChinYikMing authored Sep 9, 2023
1 parent d1eb523 commit a229668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ inputs:
required: false
default: true
comment-on-alert:
description: 'Leave an alert comment when current benchmark result is worse than previous. Threshold is specified with alert-comment-threshold input. To enable this feature, github-token input must be given as well'
description: 'Leave an alert comment when current benchmark result is worse than previous. Threshold is specified with alert-threshold input. To enable this feature, github-token input must be given as well'
required: false
default: false
alert-threshold:
Expand Down

0 comments on commit a229668

Please sign in to comment.