mirror of
https://github.com/iofq/nvim-treesitter-main.git
synced 2026-01-23 09:25:17 -06:00
auto-update flake inputs
This commit is contained in:
parent
2a90b27b60
commit
eb926e4efe
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: DeterminateSystems/nix-installer-action@main
|
||||
- uses: DeterminateSystems/flakehub-cache-action@main
|
||||
- run: nix flake update
|
||||
- run: nix develop --command "generate-parsers"
|
||||
- uses: peter-evans/create-pull-request@v7
|
||||
with:
|
||||
token: ${{ secrets.PAT }}
|
||||
branch: ci/update
|
||||
commit-message: "chore: update generated.nix"
|
||||
title: "chore: update generated.nix"
|
||||
commit-message: "chore: update flake inputs + generated.nix"
|
||||
title: "chore: update flake inputs + generated.nix"
|
||||
body: "This PR is auto-generated."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue