We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1faaa commit 613251cCopy full SHA for 613251c
.github/mdupdater.sh
@@ -48,7 +48,8 @@ while read filepath; do
48
49
if [[ "$filedate" == "$TODAY" ]]; then
50
echo "- [New!] 📗 [$filetitle ($filetitle_en)]($pagepath) \`repo: $filepath\`" >> $FILE
51
- elif [[ "$fileupdate" == "$TODAY" ]]; then
+ fi
52
+ if [[ "$fileupdate" == "$TODAY" ]]; then
53
echo "- [Update] 📙 [$filetitle ($filetitle_en)]($pagepath) 📃🔍 [history](https://github.com/Queue-ri/TIL/commits/main/${filepath}?since=${TODAY}T00:00:00Z&until=${TODAY}T23:59:59Z) \`repo: $filepath\`" >> $FILE
54
fi
55
done < .github/filepath_list
0 commit comments