mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 04:55:42 -04:00
ci: test workflow author
This commit is contained in:
12
.github/workflows/deploy-clean.yml
vendored
12
.github/workflows/deploy-clean.yml
vendored
@@ -213,14 +213,14 @@ jobs:
|
||||
embed-color: ${{ job.status == 'success' && '5763719' || '15418782' }}
|
||||
embed-footer-text: "Completed at ${{ env.NOW }} UTC"
|
||||
embed-timestamp: "${{ env.NOW_LONG }}"
|
||||
# embed-author-name: "${{ github.actor }}"
|
||||
# embed-author-url: "${{ github.event.html_url }}"
|
||||
# embed-author-icon-url: "${{ github.actor.avatar_url }}"
|
||||
embed-author-name: "${{ github.actor }}"
|
||||
embed-author-url: "${{ github.event.html_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 }}
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user