Fix gh workflow

This commit is contained in:
sudofox 2022-09-05 15:23:28 -04:00
parent 9889525b77
commit 2c7c3efe64

@ -17,7 +17,7 @@ jobs:
npm run update-blocklist
- name: Generate todo.txt
run: |-
npm run update-todo
comm -23 <(sort -u data/current.txt) <(awk -F= '{print $1}' data/identified.txt |sort -u) | sort -u > data/todo.txt
- name: Generate merged.txt
run: |-
npm run update-merged