File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5353 return { sendReminder: sendReminder };
5454
5555 - name : Send Reminder Comment
56- if : ${{ (steps.check_reminder.outputs.sendReminder == true) && (runner.log('sendReminder: ' + steps.check_reminder.outputs.sendReminder )) }}
56+ if : ${{ (steps.check_reminder.outputs.sendReminder == true) && (toJSON( steps.check_reminder.outputs)) }}
5757 uses : actions/github-script@v7
5858 with :
5959 script : |
6767 });
6868
6969 - name : Add Reminder Label
70- if : ${{ (steps.check_reminder.outputs.sendReminder == true) && (runner.log('sendReminder: ' + steps.check_reminder.outputs.sendReminder )) }}
70+ if : ${{ (steps.check_reminder.outputs.sendReminder == true) && (toJSON( steps.check_reminder.outputs)) }}
7171 uses : actions/github-script@v7
7272 with :
7373 script : |
You can’t perform that action at this time.
0 commit comments