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 774c25d commit 8ec33d6Copy full SHA for 8ec33d6
1 file changed
.github/workflows/keywords.yaml
@@ -12,6 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v6
14
- run: |
15
+ REF="${GITHUB_BASE_REF:-$GITHUB_REF_NAME}"
16
./scripts/check-keywords.py \
17
--download_from_url \
- --parser_url https://github.com/pingcap/tidb/raw/refs/heads/${GITHUB_BASE_REF}/pkg/parser/parser.y
18
+ --parser_url "https://github.com/pingcap/tidb/raw/refs/heads/${REF}/pkg/parser/parser.y"
0 commit comments