Skip to content

Commit bc36532

Browse files
authored
Update main.yml
1 parent f093826 commit bc36532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
env:
8484
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
8585
run: |
86-
python3 bot.py &
86+
nohup python3 bot.py > bot.log 2>&1 &
8787
8888
8989

0 commit comments

Comments
 (0)