From aedd6d0b19fba75bb6c73b57f018ba6cbcdfefbc Mon Sep 17 00:00:00 2001 From: marco Date: Fri, 29 Nov 2024 16:27:06 +0100 Subject: [PATCH] remove "classification": null from the index file --- .github/workflows/update-index.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-index.yml b/.github/workflows/update-index.yml index 554097bc71a..e9d9ce03842 100644 --- a/.github/workflows/update-index.yml +++ b/.github/workflows/update-index.yml @@ -38,6 +38,8 @@ jobs: run: | go build ./main -target configs + grep -v <.index.json >.index2.json '"classification": null' + mv .index2.json .index.json - uses: nelonoel/branch-name@v1.0.1 - name: Commit files if: ${{ github.event_name == 'push'}}