Remove references to the code input

This commit is contained in:
Jorge Alberto Díaz Orozco (Akiel)
2026-03-23 21:32:18 +01:00
parent 3a3db59139
commit 765bd64e1d
-5
View File
@@ -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
```