Skip to content

Commit

Permalink
Merge pull request #24 from rtCamp/update/action.yml
Browse files Browse the repository at this point in the history
Run action directly from docker image
  • Loading branch information
mrrobot47 authored Apr 15, 2020
2 parents 061a1e4 + 3ddbbc4 commit 20f2880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'This action will send a notification to Slack'
author: 'rtCamp'
runs:
using: 'docker'
image: 'Dockerfile'
image: 'docker://rtcamp/action-slack-notify:master'
branding:
icon: 'bell'
color: 'yellow'

0 comments on commit 20f2880

Please sign in to comment.