Chore: Rename Omni Build Action (#2483)

* fix omni action name

* added omni to Discord notification text
This commit is contained in:
Michael Genson 2023-08-06 22:58:38 -05:00 committed by GitHub
parent dfe4942451
commit bdf6b1054e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ jobs:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_NIGHTLY_WEBHOOK }}
uses: Ilshidur/action-discord@0.3.2
with:
args: "🚀 A New build of mealie:api-nightly and mealie:frontend-nightly is available"
args: "🚀 New builds of mealie:api-nightly, mealie:frontend-nightly, and mealie:omni-nightly are available"
deploy-demo:
runs-on: ubuntu-latest

View File

@ -84,7 +84,7 @@ jobs:
build-omni:
runs-on: ubuntu-latest
name: Build Backend
name: Build Omni
steps:
- name: Checkout
uses: actions/checkout@v2