mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 06:05:41 -04:00
ci: add runner name to workflow output notifications
This commit is contained in:
1
.github/workflows/deploy-clean.yml
vendored
1
.github/workflows/deploy-clean.yml
vendored
@@ -207,6 +207,7 @@ jobs:
|
||||
- Cleanup Delay: `${{ env.DEPLOYMENT_DELAY }}`
|
||||
- Workflow: `${{ github.workflow }} (#${{github.run_number}})`
|
||||
- Triggered By: `${{ github.actor }}`
|
||||
- Runner: `${{ runner.name }}`
|
||||
- Status: `${{ job.status == 'success' && '✅ Successful' || '❌ Failed' }}`
|
||||
|
||||
embed-color: ${{ job.status == 'success' && '5763719' || '15418782' }}
|
||||
|
||||
Reference in New Issue
Block a user