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

Commit 7dbe7c3

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

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
@@ -65,7 +65,7 @@ jobs:
6565
});
6666
6767
- name: Add Reminder Label
68-
if: ${{ steps.check_reminder.outputs.sendReminder == 'true' }}
68+
if: ${{ steps.check_reminder.outputs.sendReminder == true }}
6969
uses: actions/github-script@v7
7070
with:
7171
script: |

0 commit comments

Comments
 (0)