mirror of
https://github.com/jadolg/rocketchat-notification-action.git
synced 2026-05-31 08:37:51 +00:00
10 lines
218 B
YAML
10 lines
218 B
YAML
# action.yml
|
|
name: 'Rocket.Chat Notification'
|
|
description: 'Send a message to Rocket.Chat'
|
|
outputs:
|
|
response_code:
|
|
description: 'The response code for the http call'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|