Skip to content

Commit

Permalink
Update notification-reminder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonichigo authored Sep 10, 2024
1 parent 60ec8b7 commit 90e53ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notification-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
return
message = f'*Reminder for @{username}*\n'
message += f'You have {len(activities)} unread PR/issue notifications:\n'
print("Starting loop logic")
for activity in activities:
print("Starting loop logic")
message += f'• {activity['type']}: <{activity['url']}|{activity['title']}>\n'
payload = {
"text": "Test message",
Expand Down

0 comments on commit 90e53ce

Please sign in to comment.