fix: add event and actor info

This commit is contained in:
Roman 2024-01-18 18:45:38 +08:00
parent 46cfe01527
commit 3ec03714f7
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ jobs:
if: always()
run: |
echo "## Run Information" >> $GITHUB_STEP_SUMMARY
echo "- **Event**: ${{ github.event_name }}" >> $GITHUB_STEP_SUMMARY
echo "- **Actor**: ${{ github.actor }}" >> $GITHUB_STEP_SUMMARY
echo "- **Node1**: ${{ env.NODE_1 }}" >> $GITHUB_STEP_SUMMARY
echo "- **Node2**: ${{ env.NODE_2 }}" >> $GITHUB_STEP_SUMMARY
echo "- **Additonal Nodes**: ${{ env.ADDITIONAL_NODES }}" >> $GITHUB_STEP_SUMMARY