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

Commit e232138

Browse files
Updating workflow to send reminder and removing time dependency.
1 parent 17ec555 commit e232138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/heretto-reminder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
}
5252
5353
- name: Debug Output
54-
run: echo "Debug Output Step Running"
54+
run: echo "check_reminder.outputs: ${{ toJSON(steps.check_reminder.outputs) }}"
5555

5656
- name: Debug PR Info
57-
run: echo "Debug PR Info Step Running"
57+
run: echo "pr_info.outputs: ${{ toJSON(steps.pr_info.outputs) }}"
5858

5959
- name: Send Reminder Comment
6060
if: ${{ steps.check_reminder.outputs.sendReminder == true }}

0 commit comments

Comments
 (0)