Skip to content

Fixes bug where email "from" address is not set (#359) #108

Fixes bug where email "from" address is not set (#359)

Fixes bug where email "from" address is not set (#359) #108

Workflow file for this run

name: 🎯 Updated Main
on:
push:
branches:
- main
jobs:
build:
name: Build
uses: ./.github/workflows/Build.yml
qa:
name: QA
needs: build
uses: ./.github/workflows/QA.yml
secrets: inherit