Update main.yml

This commit is contained in:
碎念_Nian
2024-02-05 14:51:48 +08:00
committed by GitHub
Unverified
parent a6da403d6d
commit 226a58f5ca
+2
View File
@@ -71,6 +71,7 @@ jobs:
USERNAME: ${{ secrets.USERNAME }} USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }} PASSWORD: ${{ secrets.PASSWORD }}
TOKEN: ${{ secrets.TOKEN }} TOKEN: ${{ secrets.TOKEN }}
GITHUB_EVENT_NAME: ${{ github.event_name }}
GITHUB_TRIGGERING_ACTOR: ${{ github.triggering_actor }} GITHUB_TRIGGERING_ACTOR: ${{ github.triggering_actor }}
REPOSITORY_NAME: ${{ github.repository }} REPOSITORY_NAME: ${{ github.repository }}
GITHUB_SHA: ${{ github.sha }} GITHUB_SHA: ${{ github.sha }}
@@ -95,6 +96,7 @@ jobs:
echo "TOKEN secret is empty!" echo "TOKEN secret is empty!"
fi fi
# 方便通过截图快速定位到用户 # 方便通过截图快速定位到用户
echo "Triggered By: ${{ github.triggering_actor }}"
echo "Run By: ${{ github.triggering_actor }}" echo "Run By: ${{ github.triggering_actor }}"
echo "Repository Name: ${{ github.repository }}" echo "Repository Name: ${{ github.repository }}"
echo "Commit SHA: ${{ github.sha }}" echo "Commit SHA: ${{ github.sha }}"