Skip to content

Update from Travis to GH Actions #8

Update from Travis to GH Actions

Update from Travis to GH Actions #8

Workflow file for this run

name: notify-discord
on:
push:
branches: [main]
pull_request:
branches: [main]
issues:
types: [opened]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Actions for Discord
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@0.3.2