Skip to content

Commit 53c2e2a

Browse files
chore: remove description from slack notification (#339)
1 parent 521654a commit 53c2e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
fail_on_unmatched_files: true
103103
generate_release_notes: true
104104

105+
# TODO: use python exec instead
105106
- uses: slackapi/[email protected]
106107
if: always()
107108
with:
@@ -115,5 +116,4 @@ jobs:
115116
Actor: `${{ github.triggering_actor }}`
116117
Author: `${{ github.event.head_commit.author.username }}`
117118
${{ format('Commit: <{0}/{1}/commit/{2}|{1}@{2}>', github.server_url, github.repository, github.sha) || ''}}
118-
${{ format('Description: `{0}`', github.event.head_commit.message) || ''}}
119119
View <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|GHA logs>

0 commit comments

Comments
 (0)