This commit is contained in:
parent
6d839356a3
commit
8c4e12b551
@ -23,9 +23,9 @@ jobs:
|
||||
- name: 设置环境变量
|
||||
id: ActionEnv
|
||||
run: |
|
||||
Name: ${{ github.actor }}
|
||||
Email: $(git log -1 --pretty=format:'%ae')
|
||||
Repo: ${{ github.repository }}
|
||||
UserName: ${{ github.actor }}
|
||||
UserEmail: $(git log -1 --pretty=format:'%ae')
|
||||
GitRepo: ${{ github.repository }}
|
||||
ServerUrl: ${{ github.server_url }}
|
||||
|
||||
echo "ENV_USER_NAME = $Name" >> $GITHUB_OUTPUT
|
||||
|
Loading…
Reference in New Issue
Block a user