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
|
npm run update-blocklist
|
||||||
- name: Generate todo.txt
|
- name: Generate todo.txt
|
||||||
run: |-
|
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
|
- name: Generate merged.txt
|
||||||
run: |-
|
run: |-
|
||||||
npm run update-merged
|
npm run update-merged
|
||||||
|
Loading…
Reference in New Issue
Block a user