Skip to content

Commit

Permalink
bugfix: update -runTasks to --runTasks
Browse files Browse the repository at this point in the history
  • Loading branch information
RayWangQvQ committed Apr 24, 2022
1 parent 0602b78 commit 00fea93
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker/crontab
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0 15 * * * dotnet /app/Ray.BiliBiliTool.Console.dll -runTasks=Daily >> /var/log/cron.log
0 22 * * * dotnet /app/Ray.BiliBiliTool.Console.dll -runTasks=LiveLottery >> /var/log/cron.log
0 15 * * * dotnet /app/Ray.BiliBiliTool.Console.dll --runTasks=Daily >> /var/log/cron.log
0 22 * * * dotnet /app/Ray.BiliBiliTool.Console.dll --runTasks=LiveLottery >> /var/log/cron.log
4 changes: 2 additions & 2 deletions docker/sample/my_crontab
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0 15 * * * dotnet /app/Ray.BiliBiliTool.Console.dll -runTasks=Daily >> /var/log/cron.log
0 22 * * * dotnet /app/Ray.BiliBiliTool.Console.dll -runTasks=LiveLottery >> /var/log/cron.log
0 15 * * * dotnet /app/Ray.BiliBiliTool.Console.dll --runTasks=Daily >> /var/log/cron.log
0 22 * * * dotnet /app/Ray.BiliBiliTool.Console.dll --runTasks=LiveLottery >> /var/log/cron.log
2 changes: 1 addition & 1 deletion gitHubActions/bak/unfollow-batched-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ jobs:
- name: Test APP
run: |
cd ./src/Ray.BiliBiliTool.Console
dotnet run -runTasks=UnfollowBatched
dotnet run --runTasks=UnfollowBatched

0 comments on commit 00fea93

Please sign in to comment.