From f061a9ff0df433e56eb5b1cf47d239301bba9b95 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Fri, 21 Feb 2025 09:52:30 -0700 Subject: [PATCH] ci: update workflow org --- .github/workflows/deploy-clean.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-clean.yml b/.github/workflows/deploy-clean.yml index 04c68390..656fb49c 100644 --- a/.github/workflows/deploy-clean.yml +++ b/.github/workflows/deploy-clean.yml @@ -215,8 +215,8 @@ jobs: embed-timestamp: "${{ env.NOW_LONG }}" embed-author-name: "${{ github.actor }}" embed-author-url: "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" - embed-author-icon-url: "${{ github.actor.avatar_url }}" - # embed-author-icon-url: "${{ github.event.org.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 }}