We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a1c35 commit dfbb58aCopy full SHA for dfbb58a
.github/workflows/notify-unreleased-commits.yml
@@ -15,7 +15,9 @@ jobs:
15
id: list-commits
16
run: |
17
SUMMARY="$(./scripts/list-unreleased-commits.sh)"
18
- echo "summary=$SUMMARY" >> $GITHUB_OUTPUT
+ echo "summary<<EOF" >> $GITHUB_OUTPUT
19
+ echo "$SUMMARY" >> $GITHUB_OUTPUT
20
+ echo "EOF" >> $GITHUB_OUTPUT
21
22
- name: Discord notification
23
uses: Ilshidur/action-discord@d2594079a10f1d6739ee50a2471f0ca57418b554
0 commit comments