Skip to content

README.md Fix for Go install #1

README.md Fix for Go install

README.md Fix for Go install #1

Workflow file for this run

name: Issues notify
on:
issues:
types:
- opened
- labeled
- unlabeled
- closed
jobs:
notify:
uses: itzg/github-workflows/.github/workflows/issues-notify-discord.yml@main
secrets:
discordWebhook: "${{secrets.DISCORD_ISSUES_WEBHOOK}}"