File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ jobs:
3131 tree-sitter test
3232 - uses : actions/checkout@v4
3333 with :
34- ref : release
35- path : release
36- - name : Release
34+ ref : main
35+ path : main
36+ - name : main
3737 run : |
38- rm -rf release /src
39- cp -r src release
38+ rm -rf main /src
39+ cp -r src main
4040 - uses : stefanzweifel/git-auto-commit-action@v5
4141 with :
42- repository : release
43- branch : release
42+ repository : main
43+ branch : main
4444 commit_message : ' chore: update generated artifacts'
4545 file_pattern : src
4646 add_options : -f
Original file line number Diff line number Diff line change @@ -49,4 +49,4 @@ For tmux format string, install
4949[ tree-sitter-tmuxf] ( https://github.com/Freed-Wu/tree-sitter-tmuxf ) .
5050
5151If you don't want to install nodejs to generate ` src/grammar.json ` ,
52- use [ release ] ( https://github.com/Freed-Wu/tree-sitter-tmux/tree/release ) .
52+ use branch [ main ] ( https://github.com/Freed-Wu/tree-sitter-tmux/tree/main ) .
You can’t perform that action at this time.
0 commit comments