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

Commit a507cf3

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/heretto-reminder.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
3636
return { author, number, labels };
3737
38+
- name: Debug Output
39+
run: echo "sendReminder: ${{ steps.check_reminder.outputs.sendReminder }}"
3840
- name: Check if Reminder Needed
3941
id: check_reminder
4042
uses: actions/github-script@v7

0 commit comments

Comments
 (0)