We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38c86e commit 3d493d7Copy full SHA for 3d493d7
.github/workflows/Solveit_Reminder.yml
@@ -2,7 +2,7 @@ name: Solveit Reminder
2
3
on:
4
schedule:
5
- - cron: "0 4 * * 3" # 매주 수요일 13:00 (UTC 기준으로 04:00 AM)
+ - cron: "0 0 * * 3" # 매주 수요일 9:00 (KST, UTC+9)
6
workflow_dispatch:
7
8
jobs:
@@ -19,6 +19,6 @@ jobs:
19
RESPONSE=$(curl -s -o /dev/null -w "%{http_code}" -X POST \
20
-H "Content-Type: application/json" \
21
-H "Authorization: Bot ${{ secrets.REMINDER_BOT_TOKEN }}" \
22
- -d "{\"content\": \"오늘 스터디 있어요~! 오후 4시에 Solveit에서 만나요~! \"}" \
+ -d "{\"content\": \"오늘 스터디 있어요~! 오후 1시에 Solveit에서 만나요~! \"}" \
23
https://discord.com/api/v10/channels/${{ secrets.DISCORD_CHANNEL_ID_SOLVEIT }}/messages)
24
echo "Response: $RESPONSE"
0 commit comments