mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-23 20:25:08 +02:00
ci/update: remove useless autogenerated-configs stuff
This commit is contained in:
parent
b58b23c799
commit
ab9b6abc22
2 changed files with 0 additions and 463 deletions
9
.github/workflows/update.yml
vendored
9
.github/workflows/update.yml
vendored
|
@ -27,12 +27,3 @@ jobs:
|
|||
with:
|
||||
pr-title: "Update flake.lock"
|
||||
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||
|
||||
- name: Update autogenerated configs
|
||||
run: |
|
||||
git checkout update_flake_lock_action
|
||||
nix build .#autogenerated-configs
|
||||
cp result/efmls-configs-tools.json ./plugins/lsp/language-servers/efmls-configs-tools.json
|
||||
git add ./plugins
|
||||
git commit -m "autogenerated: Update options"
|
||||
git push
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue