1
0
Fork 0
mirror of https://github.com/ipfs/awesome-ipfs.git synced 2024-11-20 11:28:35 -05:00

Revert "temp: always display awesomeBot results"

This reverts commit acaef1f4f2.
This commit is contained in:
Russell Dempsey 2022-09-14 12:08:48 -07:00
parent acaef1f4f2
commit f74ae7c3fa

View file

@ -15,10 +15,10 @@ if (yamlData.edited) {
/**
* Only display awesomeBot results if the data yaml used to generate the readme have been modified.
*/
}
if (awesomeBotResults.error) {
if (awesomeBotResults.error) {
fail(awesomeBotResults.title)
markdown(awesomeBotResults.message)
}
}
if (scripts.edited) {