mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 07:05:42 -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 }}`
|
- 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 }}`
|
||||||
|
- Runner: `${{ runner.name }}`
|
||||||
- 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' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user