Skip to content

deps: bump wavesurfer.js from 6.6.4 to 7.3.8 #488

deps: bump wavesurfer.js from 6.6.4 to 7.3.8

deps: bump wavesurfer.js from 6.6.4 to 7.3.8 #488

Workflow file for this run

on: [push, pull_request]
name: slack-notification
jobs:
slackNotification:
name: Slack Notification when Pushing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Slack Notification when Pushing
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_CHANNEL: github-actions
SLACK_TITLE: '${{ github.actor }} is ${{ github.event_name }}ing the ${{ github.ref }} to ${{ github.repository }}.'
SLACK_FOOTER: 'Powered by Yancey Inc. and its affiliates.'
SLACK_COLOR: ${{ job.status }}
SLACK_MESSAGE: 'Commit: ${{ github.event.head_commit.message }}.'