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.
2 parents 86e791d + 399f52f commit 1ce1125Copy full SHA for 1ce1125
.github/workflows/updates-notification.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Get variables for Slack
33
id: slack
34
run: |
35
- echo "message=$(git log -1 --pretty=%B)" >> $GITHUB_OUTPUT
+ echo "message=$(git log -1 --pretty=%s)" >> $GITHUB_OUTPUT
36
echo "date=$(date +%s)" >> $GITHUB_OUTPUT
37
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
38
- name: Send Notification
0 commit comments