Skip to content

Commit eb15bc7

Browse files
committed
Fix slack_thread_id use
1 parent baa4dd3 commit eb15bc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ jobs:
130130
# reploy_broadcast == also send to channel
131131
payload: |
132132
{
133-
"thread_ts": "${{ inputs.slack_thread_id }}",
133+
"thread_ts": "${{ github.event.client_payload.slack_thread_id }}",
134134
"reply_broadcast": true
135135
}

0 commit comments

Comments
 (0)