We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a085c commit ec0eb54Copy full SHA for ec0eb54
1 file changed
.github/actions/check-concepts-up-to-date/action.yml
@@ -12,9 +12,11 @@ inputs:
12
description: "Token used to create the neutral check run."
13
required: true
14
check-name:
15
- description: "Name shown for the neutral check run."
+ 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.
18
required: false
- default: "Dialects up to date with BigQuery"
19
+ default: "Dialects out of date with BigQuery"
20
paths:
21
description: "Space-separated paths to compare against the committed tree."
22
0 commit comments