Hi... I made a script that downloads files from Github and then I have scheduled a cron job for each of my scripts and everything is running fine.
But then the problem is if I add any new file to my Github. It is downloaded onto my local server but unfortunately I will have to come to NodeRed again and add blocks to run that newly downloaded script.
Is there any way to automate this process ? where in nodered directly fetches the newly downloaded file and runs it ?