Skip to content

Commit

Permalink
adding more debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuckley committed Oct 16, 2024
1 parent 0a032a4 commit 86e8807
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/slack_notifier_open_pulls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: List open pull requests
id: list_prs
run: >
scripts/open_pulls.sh
PR_LIST=$(scripts/open_pulls.sh)
MSG=":code-review: Open Pull Requests\n\n"
Expand All @@ -33,6 +32,8 @@ jobs:
MSG+="$line\n"
done < <(echo "$PR_LIST" | jq -r '.[] | "- <\(.html_url)|\(.title)> opened by \(.user) \(.time_since) days ago"')
echo $MSG
echo "MSG=$MSG" >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 86e8807

Please sign in to comment.