mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 07:45:41 -04:00
ci: add org avatar
This commit is contained in:
2
.github/workflows/deploy-clean.yml
vendored
2
.github/workflows/deploy-clean.yml
vendored
@@ -215,7 +215,7 @@ jobs:
|
|||||||
embed-timestamp: "${{ env.NOW_LONG }}"
|
embed-timestamp: "${{ env.NOW_LONG }}"
|
||||||
embed-author-name: "${{ github.actor }}"
|
embed-author-name: "${{ github.actor }}"
|
||||||
embed-author-url: "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
embed-author-url: "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
||||||
embed-author-icon-url: "${{ github.event.org.avatar_url }}"
|
embed-author-icon-url: "https://avatars.githubusercontent.com/u/200161462"
|
||||||
# embed-author-icon-url: "${{ github.actor.avatar_url }}"
|
# embed-author-icon-url: "${{ github.actor.avatar_url }}"
|
||||||
# embed-author-icon-url: ${{ github.event.workflow_run.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-name: ${{ github.event.workflow_run.actor.login }}
|
||||||
|
|||||||
Reference in New Issue
Block a user