From d085ab6e7682caaadb21dbef2db09ded9307c325 Mon Sep 17 00:00:00 2001 From: kagami Date: Tue, 16 Apr 2024 16:53:49 +0800 Subject: [PATCH] Add actor info --- .github/workflows/sync-devchat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-devchat.yml b/.github/workflows/sync-devchat.yml index 63024f3..d954436 100644 --- a/.github/workflows/sync-devchat.yml +++ b/.github/workflows/sync-devchat.yml @@ -84,7 +84,7 @@ jobs: git commit -m "Sync up site-packages to devchat[$DEVCHAT_BRANCH]($DEVCHAT_HEXSHA)" git status git push origin $BRANCH_NAME - echo -e "This PR is auto-generated by GitHub Action. \n- devchat branch: \`$DEVCHAT_BRANCH\` \n- devchat hexsha: \`$DEVCHAT_HEXSHA\`" > pr_body + echo -e "This PR is auto-generated by GitHub Action. \n- devchat branch: \`$DEVCHAT_BRANCH\` \n- devchat hexsha: \`$DEVCHAT_HEXSHA\` \n- actor: ${{ github.triggering_actor }}" > pr_body PR_BODY=$(cat pr_body) gh pr create \ --title "Sync up site-packages to devchat[$DEVCHAT_BRANCH]($DEVCHAT_HEXSHA) $TIMESTAMP" \