ci/update: remove useless autogenerated-configs stuff

This commit is contained in:
Gaetan Lepage 2023-11-23 22:25:44 +01:00 committed by Gaétan Lepage
parent b58b23c799
commit ab9b6abc22
2 changed files with 0 additions and 463 deletions

View file

@ -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