mirror of
https://github.com/iofq/nvim-treesitter-main.git
synced 2026-01-23 09:25:17 -06:00
This commit is contained in:
parent
2a90b27b60
commit
cfc655da9d
1 changed files with 3 additions and 2 deletions
5
.github/workflows/update.yaml
vendored
5
.github/workflows/update.yaml
vendored
|
|
@ -14,11 +14,12 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
- uses: DeterminateSystems/flakehub-cache-action@main
|
- uses: DeterminateSystems/flakehub-cache-action@main
|
||||||
|
- run: nix flake update
|
||||||
- run: nix develop --command "generate-parsers"
|
- run: nix develop --command "generate-parsers"
|
||||||
- uses: peter-evans/create-pull-request@v7
|
- uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.PAT }}
|
||||||
branch: ci/update
|
branch: ci/update
|
||||||
commit-message: "chore: update generated.nix"
|
commit-message: "chore: update flake inputs + generated.nix"
|
||||||
title: "chore: update generated.nix"
|
title: "chore: update flake inputs + generated.nix"
|
||||||
body: "This PR is auto-generated."
|
body: "This PR is auto-generated."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue