ci: Fix notification workflow round 2

This commit is contained in:
Aaron
2025-09-03 17:48:25 -05:00
parent 54a1c3576f
commit dfbb58a2f1
@@ -15,7 +15,9 @@ jobs:
id: list-commits
run: |
SUMMARY="$(./scripts/list-unreleased-commits.sh)"
echo "summary=$SUMMARY" >> $GITHUB_OUTPUT
echo "summary<<EOF" >> $GITHUB_OUTPUT
echo "$SUMMARY" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- name: Discord notification
uses: Ilshidur/action-discord@d2594079a10f1d6739ee50a2471f0ca57418b554