forked from ahmadnassri/action-slack-workflow-notifications
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaction.yml
28 lines (21 loc) · 722 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
name: GitHub Slack Workflow Notifications
description: Fully detailed GitHub Actions workflow notifications in Slack
branding:
color: green
icon: message-square
inputs:
github-token:
description: The GitHub token used to update the pull-request
default: ${{ github.token }}
ignore-jobs:
description: Comma separated list of job names to ignore
channel-id:
description: ChannelId to post a message
thread-ts:
description: "The timestamp on the message to reply to"
ignore-steps:
description: Comma separated list of step names to ignore
default: Set up job, Complete job
runs:
using: docker
image: docker://ghcr.io/artemysinitsa/action-slack-workflow-notifications:v1.1