Skip to content

Commit

Permalink
(workflows): Minor cosmetic changes, wording, etc
Browse files Browse the repository at this point in the history
Change KernelCI to Maestro in Discord messages.
Change message formatting

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
  • Loading branch information
nuclearcat committed Feb 27, 2025
1 parent af446a7 commit 64dd4b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@master
with:
args: 'KernelCI production deploy started: ${{ inputs.message }} by ${{ github.actor }}'
args: 'Maestro production deploy started: "${{ inputs.message }}" by ${{ github.actor }}'
call-docker-build:
uses: ./.github/workflows/docker_images.yml
secrets: inherit
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@master
with:
args: 'KernelCI production deploy completed.'
args: 'Maestro production deploy completed.'

0 comments on commit 64dd4b4

Please sign in to comment.