mirror of
https://github.com/jadolg/rocketchat-notification-action.git
synced 2026-06-28 06:17:52 +00:00
Remove references to the code input
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user