Skip to content

Commit 573d139

Browse files
committed
Field of message to post
1 parent 32ddbb0 commit 573d139

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/zulip.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: Post message to Zulip
22

33
on:
44
workflow_dispatch:
5+
inputs:
6+
message:
7+
description: 'Message to post to Zulip'
8+
required: false
9+
default: 'Test Auto release notification of IPython from GitHub action'
10+
type: string
511

612
jobs:
713
post-message:
@@ -22,4 +28,4 @@ jobs:
2228
type: 'stream'
2329
topic: 'IPython'
2430
content: |
25-
Test Auto release notification of IPython from GitHub action
31+
${{ inputs.message }}

0 commit comments

Comments
 (0)