Skip to content

Commit

Permalink
ci: fix update action by not providing parent name
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed Apr 7, 2024
1 parent 4d01f7b commit 1cda676
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update-cpp-parser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Update

on:
push:
branches: [master]
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
Expand All @@ -20,6 +22,3 @@ jobs:
cache: npm
node-version: ${{vars.NODE_VERSION}}
- uses: tree-sitter/[email protected]
with:
parent-name: c
language-name: glsl

0 comments on commit 1cda676

Please sign in to comment.