From d729e244b698a7f1988b9cc161db6aec62495066 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Thu, 20 Feb 2025 22:05:53 -0700 Subject: [PATCH] ci: add conformity to github workflow --- .github/workflows/deploy-clean.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-clean.yml b/.github/workflows/deploy-clean.yml index c1cfe241..217d8c89 100644 --- a/.github/workflows/deploy-clean.yml +++ b/.github/workflows/deploy-clean.yml @@ -204,7 +204,7 @@ jobs: - Environment: `${{ env.DEPLOYMENT_ENV }}` - Cleanup Delay: `${{ env.DEPLOYMENT_DELAY }}` - Workflow: `${{ github.workflow }} (#${{github.run_number}})` - - Triggered By: ${{ github.actor }} + - Triggered By: `${{ github.actor }}` - Status: `${{ job.status == 'success' && '✅ Successful' || '❌ Failed' }}` embed-color: ${{ job.status == 'success' && '5763719' || '15418782' }} @@ -239,7 +239,7 @@ jobs: - Environment: `${{ env.DEPLOYMENT_ENV }}` - Cleanup Delay: `${{ env.DEPLOYMENT_DELAY }}` - Workflow: `${{ github.workflow }} (#${{github.run_number}})` - - Triggered By: ${{ github.actor }} + - Triggered By: `${{ github.actor }}` - Status: `${{ job.status == 'success' && '✅ Successful' || '❌ Failed' }}` embed-color: ${{ env.STATUS == 'success' && '5763719' || '15418782' }}