2
0
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:
Ryan Emerle
2022-02-09 14:42:03 -05:00
committed by GitHub
parent 0a2c8c071c
commit e552a0050b

View File

@@ -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'