Skip to content

Commit

Permalink
updating references
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Nice authored and Bryan Nice committed Jul 12, 2020
1 parent ab5b3ad commit 6608fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ branding:
color: 'purple'
runs:
using: 'docker'
image: 'docker://bryannice/slack-notification:1.0.2'
image: 'docker://bryannice/gitactions-slack-notification:1.1.0'
2 changes: 1 addition & 1 deletion deployment/git-actions/template_slack_notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Slack Notification Demo
uses: bryan-nice/slack-notification@master
uses: bryannice/gitactions-slack-notification@master
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_TITLE: 'Slack Notification Demo'
Expand Down

0 comments on commit 6608fcb

Please sign in to comment.