Skip to content

Commit 5ec3c62

Browse files
authored
Merge pull request #2262 from Kobzol/rustc-pull-ci-fix
Fix posting message to Zulip
2 parents 13b6c98 + 52f86c7 commit 5ec3c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rustc-pull.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ jobs:
111111
to: 196385
112112
type: "stream"
113113
topic: "Subtree sync automation"
114-
content: ${{ steps.message.outputs.message }}
114+
content: ${{ steps.create-message.outputs.message }}

0 commit comments

Comments
 (0)