-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathaction.yml
35 lines (35 loc) · 986 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: slack - GitHub Actions Slack integration
description: Notify Slack of GitHub Actions workflows, jobs and step status.
author: satterly
inputs:
webhook-url:
description: Specify Slack Incoming Webhook URL
required: false
config:
description: Configuration file
required: false
default: .github/slack.yml
status:
description: Specify success, failure, cancelled or a custom status
required: true
steps:
description: Report on the status of individual steps
required: false
matrix:
description: matrix properties
required: false
inputs:
description: Report input values passed by workflow_call or workflow_dispatch events
required: false
channel:
description: Override default channel with different channel or username
required: false
message:
description: Override message format for step
required: false
runs:
using: 'node20'
main: 'dist/index.js'
branding:
icon: alert-circle
color: red