diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-02-25 18:57:26 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-25 18:57:26 +0100 | 
| commit | 5d657325115b19b26f54fe05658082a85b548579 (patch) | |
| tree | 6b1fd0c3ae476fe85c121c027314ea40453599a7 /src | |
| parent | ed2ccea432f70110ace290c7c80360cbb10c7e0c (diff) | |
| parent | 9423634997e4c0beab4dff936eaf91126a4a8d80 (diff) | |
| download | rust-5d657325115b19b26f54fe05658082a85b548579.tar.gz rust-5d657325115b19b26f54fe05658082a85b548579.zip | |
Merge pull request #2262 from Kobzol/rustc-pull-ci-fix
Fix posting message to Zulip
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml b/src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml index dc5395a19dd..b19eccf9eb8 100644 --- a/src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml +++ b/src/doc/rustc-dev-guide/.github/workflows/rustc-pull.yml @@ -111,4 +111,4 @@ jobs: to: 196385 type: "stream" topic: "Subtree sync automation" - content: ${{ steps.message.outputs.message }} + content: ${{ steps.create-message.outputs.message }} | 
