This commit is contained in:
Austin Burk
2022-08-26 11:58:22 -04:00
parent 8295cf7d82
commit 0094d52f9c
5 changed files with 2316 additions and 27 deletions

View File

@ -18,6 +18,9 @@ jobs:
- name: Generate todo.txt
run: |-
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: |-
node update_merged.js
- name: Commit and push if it changed
run: |-
git config user.name "Automated"