File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 schedule :
77 cron : " 0 12 * * *"
88 working_dir : bots/auto-moderator
9- run : ENV_FILE=~/variables/discord-bots/auto-moderator.env run.sh
9+ run : ENV_FILE=~/variables/discord-bots/auto-moderator.env ./ run.sh
1010
1111 gsc-report :
1212 schedule :
1313 cron : " 0 0 7 * * 7"
1414 working_dir : bots/gsc-report
15- run : ENV_FILE=~/variables/discord-bots/gsc-report.env run.sh
15+ run : ENV_FILE=~/variables/discord-bots/gsc-report.env ./ run.sh
1616
1717 asakatsu-bot-ask :
1818 schedule :
1919 cron : " 0 19 * * *"
2020 working_dir : bots/asakatsu-bot
21- run : ENV_FILE=~/variables/discord-bots/asakatsu-bot.env run.sh ask
21+ run : ENV_FILE=~/variables/discord-bots/asakatsu-bot.env ./ run.sh ask
2222
2323 asakatsu-bot-check :
2424 schedule :
2525 cron : " 0 8 * * *"
2626 working_dir : bots/asakatsu-bot
27- run : ENV_FILE=~/variables/discord-bots/asakatsu-bot.env run.sh check
27+ run : ENV_FILE=~/variables/discord-bots/asakatsu-bot.env ./ run.sh check
You can’t perform that action at this time.
0 commit comments