Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 98198df

Browse files
Updating workflow to send reminder and removing time dependency.
1 parent d0b3cff commit 98198df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/heretto-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
}
5252
5353
- name: Send Reminder Comment
54-
if: ${{ steps.check_reminder.outputs.sendReminder == 'true' }}
54+
if: ${{ steps.check_reminder.outputs.sendReminder == true }}
5555
uses: actions/github-script@v7
5656
with:
5757
script: |

0 commit comments

Comments
 (0)