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' }}