mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-31 14:25:30 +00:00
Update notify action [ci skip]
Remove the dump action from the notifier
This commit is contained in:
3
.github/workflows/notify.yml
vendored
3
.github/workflows/notify.yml
vendored
@@ -10,9 +10,6 @@ jobs:
|
||||
notify:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Dump context
|
||||
uses: crazy-max/ghaction-dump-context@v1.2.0
|
||||
|
||||
- name: Send Slack Notification On Success
|
||||
uses: slackapi/slack-github-action@v1.18.0
|
||||
if: github.event.workflow_run.conclusion == 'success'
|
||||
|
Reference in New Issue
Block a user