Skip to content

Commit ec0eb54

Browse files
committed
fix default name for check dialect action
1 parent 29a085c commit ec0eb54

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • .github/actions/check-concepts-up-to-date

.github/actions/check-concepts-up-to-date/action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ inputs:
1212
description: "Token used to create the neutral check run."
1313
required: true
1414
check-name:
15-
description: "Name shown for the neutral check run."
15+
description: >-
16+
Name shown for the neutral check run. This check is only created when the
17+
dialects are out of date, so the name reflects that.
1618
required: false
17-
default: "Dialects up to date with BigQuery"
19+
default: "Dialects out of date with BigQuery"
1820
paths:
1921
description: "Space-separated paths to compare against the committed tree."
2022
required: false

0 commit comments

Comments
 (0)