Skip to content

Commit

Permalink
remove "classification": null from the index file
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc committed Nov 29, 2024
1 parent 7559d34 commit aedd6d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- name: Commit files
if: ${{ github.event_name == 'push'}}
Expand Down

0 comments on commit aedd6d0

Please sign in to comment.