mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2024-12-24 23:09:32 -05:00
temp: always display awesomeBot results
This commit is contained in:
parent
db5bb3927e
commit
acaef1f4f2
@ -15,10 +15,10 @@ if (yamlData.edited) {
|
|||||||
/**
|
/**
|
||||||
* Only display awesomeBot results if the data yaml used to generate the readme have been modified.
|
* Only display awesomeBot results if the data yaml used to generate the readme have been modified.
|
||||||
*/
|
*/
|
||||||
if (awesomeBotResults.error) {
|
}
|
||||||
fail(awesomeBotResults.title)
|
if (awesomeBotResults.error) {
|
||||||
markdown(awesomeBotResults.message)
|
fail(awesomeBotResults.title)
|
||||||
}
|
markdown(awesomeBotResults.message)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (scripts.edited) {
|
if (scripts.edited) {
|
||||||
|
Loading…
Reference in New Issue
Block a user