mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 11:55:41 -04:00
ci: test workflow author
This commit is contained in:
14
.github/workflows/deploy-clean.yml
vendored
14
.github/workflows/deploy-clean.yml
vendored
@@ -206,16 +206,21 @@ 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 }}`
|
|
||||||
- Runner: `${{ runner.name }}`
|
- Runner: `${{ runner.name }}`
|
||||||
|
- 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' }}
|
||||||
embed-footer-text: "Completed at ${{ env.NOW }} UTC"
|
embed-footer-text: "Completed at ${{ env.NOW }} UTC"
|
||||||
embed-timestamp: "${{ env.NOW_LONG }}"
|
embed-timestamp: "${{ env.NOW_LONG }}"
|
||||||
embed-author-name: "${{ github.event.release.author.name }}"
|
# embed-author-name: "${{ github.actor }}"
|
||||||
embed-author-url: "${{ github.event.release.author.html_url }}"
|
# embed-author-url: "${{ github.event.html_url }}"
|
||||||
embed-author-icon-url: "${{ github.event.release.author.avatar_url }}"
|
# embed-author-icon-url: "${{ github.actor.avatar_url }}"
|
||||||
|
# embed-author-icon-url: "${{ github.event.org.avatar_url }}"
|
||||||
|
# embed-author-icon-url: "${{ github.actor.avatar_url }}"
|
||||||
|
embed-author-icon-url: ${{ github.event.workflow_run.actor.avatar_url }}
|
||||||
|
embed-author-name: ${{ github.event.workflow_run.actor.login }}
|
||||||
|
embed-author-url: ${{ github.event.workflow_run.actor.html_url }}
|
||||||
|
|
||||||
# #
|
# #
|
||||||
# Cleanup › Notify Github › Failure
|
# Cleanup › Notify Github › Failure
|
||||||
@@ -242,6 +247,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}})`
|
||||||
|
- Runner: `${{ runner.name }}`
|
||||||
- Triggered By: `${{ github.actor }}`
|
- Triggered By: `${{ github.actor }}`
|
||||||
- Status: `${{ job.status == 'success' && '✅ Successful' || '❌ Failed' }}`
|
- Status: `${{ job.status == 'success' && '✅ Successful' || '❌ Failed' }}`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user