Fix gh workflow
This commit is contained in:
parent
9889525b77
commit
2c7c3efe64
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user