Skip to content

Commit 1ce1125

Browse files
authored
Merge branch 'main' into security-installation-configuration
2 parents 86e791d + 399f52f commit 1ce1125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/updates-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Get variables for Slack
3333
id: slack
3434
run: |
35-
echo "message=$(git log -1 --pretty=%B)" >> $GITHUB_OUTPUT
35+
echo "message=$(git log -1 --pretty=%s)" >> $GITHUB_OUTPUT
3636
echo "date=$(date +%s)" >> $GITHUB_OUTPUT
3737
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
3838
- name: Send Notification

0 commit comments

Comments
 (0)