ci: add runner name to workflow output notifications

This commit is contained in:
2025-02-21 09:27:37 -07:00
parent 4af34acd15
commit be0583e142

View File

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