ci: add conformity to github workflow

This commit is contained in:
2025-02-20 22:05:53 -07:00
parent a9a379c790
commit d729e244b6

View File

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