Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Sep 20, 2024
1 parent 1eba17c commit 288f6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
repo: context.repo.repo,
state: 'open'
});
return pullRequests.map(pr => pr.html_url).join('\n');
console.log(pullRequests);
- name: Send Slack Reminder
if: steps.pr-list.outputs.result != ''
Expand Down

0 comments on commit 288f6b9

Please sign in to comment.