Skip to content

chore: update changelog #264

chore: update changelog

chore: update changelog #264

Workflow file for this run

name: Discord
on:
push:
branches:
- main
jobs:
disord_test_message:
runs-on: ubuntu-latest
name: discord commits
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Discord notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@master