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 baa4dd3 commit eb15bc7Copy full SHA for eb15bc7
1 file changed
.github/workflows/post-release.yml
@@ -130,6 +130,6 @@ jobs:
130
# reploy_broadcast == also send to channel
131
payload: |
132
{
133
- "thread_ts": "${{ inputs.slack_thread_id }}",
+ "thread_ts": "${{ github.event.client_payload.slack_thread_id }}",
134
"reply_broadcast": true
135
}
0 commit comments