mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-09-04 00:05:12 +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:
|
notify:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Dump context
|
|
||||||
uses: crazy-max/ghaction-dump-context@v1.2.0
|
|
||||||
|
|
||||||
- name: Send Slack Notification On Success
|
- name: Send Slack Notification On Success
|
||||||
uses: slackapi/slack-github-action@v1.18.0
|
uses: slackapi/slack-github-action@v1.18.0
|
||||||
if: github.event.workflow_run.conclusion == 'success'
|
if: github.event.workflow_run.conclusion == 'success'
|
||||||
|
Reference in New Issue
Block a user