We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f093826 commit bc36532Copy full SHA for bc36532
.github/workflows/main.yml
@@ -83,7 +83,7 @@ jobs:
83
env:
84
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
85
run: |
86
- python3 bot.py &
+ nohup python3 bot.py > bot.log 2>&1 &
87
88
89
0 commit comments