Skip to content

fix: void func had return, flutter displayed Error msg, fixed by removing return #82

fix: void func had return, flutter displayed Error msg, fixed by removing return

fix: void func had return, flutter displayed Error msg, fixed by removing return #82

Workflow file for this run

name: Discord notifier
on:
pull_request:
branches:
- main
push:
tags:
- '**'
jobs:
Notify-Discord:
runs-on: ubuntu-latest
steps:
- name: Notify Discord
uses: rjstone/discord-webhook-notify@v1
with:
severity: info
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}