diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..6d4439a --- /dev/null +++ b/action.yml @@ -0,0 +1,9 @@ +name: 'Slack Notify' +description: 'This action will send a notification to Slack' +author: 'rtCamp' +runs: + using: 'docker' + image: 'Dockerfile' +branding: + icon: 'bell' + color: 'yellow'