We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2505e commit b9570f0Copy full SHA for b9570f0
.github/workflows/update_grammar.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install package
36
run: pip install .
37
- name: Create Pull Request
38
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
39
with:
40
delete-branch: true
41
title: "Autoupdate grammar targets based on antlr/grammars-v4's TSQL grammar definition"
0 commit comments