Skip to content

Commit

Permalink
💚 fix: Change \ to / in reminder workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KartikSoneji committed Jul 8, 2023
1 parent fbf6ad8 commit 011036c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/send-messages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Reminder messages
- name: Wait until 17:00 IST
if: ${{ env.MESSAGE_TEMPLATE }} == 'reminder'
run: sleep $(node util\get-seconds-until-ist-time.js 17:00)
run: sleep $(node util/get-seconds-until-ist-time.js 17:00)

- name: Send reminder Telegram message
if: ${{ env.MESSAGE_TEMPLATE }} == 'reminder'
Expand Down

0 comments on commit 011036c

Please sign in to comment.