File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 40
40
run : |
41
41
echo "$(date -u)" > /tmp/commit.txt
42
42
echo "" >> /tmp/commit.txt
43
- csv-diff simonwillison-net.json simonwillison-net-new.json --key id --format json >> /tmp/commit.txt
43
+ csv-diff simonwillison-net.json simonwillison-net-new.json --key id --format json \
44
+ --extra latest 'https://news.ycombinator.com/latest?id={id}' >> /tmp/commit.txt
44
45
echo "" >> /tmp/commit.txt
45
- csv-diff datasette-io.json datasette-io-new.json --key id --format json >> /tmp/commit.txt
46
+ csv-diff datasette-io.json datasette-io-new.json --key id --format json \
47
+ --extra latest 'https://news.ycombinator.com/latest?id={id}' >> /tmp/commit.txt
46
48
- name : Update data
47
49
run : |
48
50
mv simonwillison-net-new.json simonwillison-net.json
Original file line number Diff line number Diff line change 1
1
shot-scraper
2
- csv-diff
2
+ csv-diff >= 1.2
You can’t perform that action at this time.
0 commit comments