Skip to content

Commit 5d65732

Browse files
authored
Merge pull request rust-lang#2262 from Kobzol/rustc-pull-ci-fix
Fix posting message to Zulip
2 parents ed2ccea + 9423634 commit 5d65732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/doc/rustc-dev-guide/.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)