mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 09:35:42 -04:00
ci: add conformity to github workflow
This commit is contained in:
4
.github/workflows/deploy-clean.yml
vendored
4
.github/workflows/deploy-clean.yml
vendored
@@ -204,7 +204,7 @@ jobs:
|
|||||||
- Environment: `${{ env.DEPLOYMENT_ENV }}`
|
- Environment: `${{ env.DEPLOYMENT_ENV }}`
|
||||||
- Cleanup Delay: `${{ env.DEPLOYMENT_DELAY }}`
|
- Cleanup Delay: `${{ env.DEPLOYMENT_DELAY }}`
|
||||||
- Workflow: `${{ github.workflow }} (#${{github.run_number}})`
|
- Workflow: `${{ github.workflow }} (#${{github.run_number}})`
|
||||||
- Triggered By: ${{ github.actor }}
|
- Triggered By: `${{ github.actor }}`
|
||||||
- Status: `${{ job.status == 'success' && '✅ Successful' || '❌ Failed' }}`
|
- Status: `${{ job.status == 'success' && '✅ Successful' || '❌ Failed' }}`
|
||||||
|
|
||||||
embed-color: ${{ job.status == 'success' && '5763719' || '15418782' }}
|
embed-color: ${{ job.status == 'success' && '5763719' || '15418782' }}
|
||||||
@@ -239,7 +239,7 @@ jobs:
|
|||||||
- Environment: `${{ env.DEPLOYMENT_ENV }}`
|
- Environment: `${{ env.DEPLOYMENT_ENV }}`
|
||||||
- Cleanup Delay: `${{ env.DEPLOYMENT_DELAY }}`
|
- Cleanup Delay: `${{ env.DEPLOYMENT_DELAY }}`
|
||||||
- Workflow: `${{ github.workflow }} (#${{github.run_number}})`
|
- Workflow: `${{ github.workflow }} (#${{github.run_number}})`
|
||||||
- Triggered By: ${{ github.actor }}
|
- Triggered By: `${{ github.actor }}`
|
||||||
- Status: `${{ job.status == 'success' && '✅ Successful' || '❌ Failed' }}`
|
- Status: `${{ job.status == 'success' && '✅ Successful' || '❌ Failed' }}`
|
||||||
|
|
||||||
embed-color: ${{ env.STATUS == 'success' && '5763719' || '15418782' }}
|
embed-color: ${{ env.STATUS == 'success' && '5763719' || '15418782' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user