From 765bd64e1d97e4deaab9cdd6886da3a2b0213e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Alberto=20D=C3=ADaz=20Orozco=20=28Akiel=29?= Date: Mon, 23 Mar 2026 21:32:18 +0100 Subject: [PATCH] Remove references to the code input --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index ccaeaca..4998112 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,6 @@ Your rocket.chat server. Default `"https://open.rocket.chat"`. The channel you want to write to. Default `"GENERAL"`. -### `code` - -Set it to true if you wish to have a code block. Default `"false"`. - ## Example usage ### Push a chat notification when your job fails @@ -73,5 +69,4 @@ jobs: user: ${{ secrets.ROCKETCHAT_USER }} password: ${{ secrets.ROCKETCHAT_PASSWORD }} channel: python_rocketchat_api - code: false ```