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