This commit is contained in:
parent
21ff3acb2c
commit
4391b0cdb1
@ -23,10 +23,10 @@ jobs:
|
||||
- name: 设置环境变量
|
||||
id: ActionEnv
|
||||
run: |
|
||||
UserName: ${{ github.actor }}
|
||||
UserEmail: $(git log -1 --pretty=format:'%ae')
|
||||
GitRepo: ${{ github.repository }}
|
||||
ServerUrl: ${{ github.server_url }}
|
||||
UserName = ${{ github.actor }}
|
||||
UserEmail = $(git log -1 --pretty=format:'%ae')
|
||||
GitRepo = ${{ github.repository }}
|
||||
ServerUrl = ${{ github.server_url }}
|
||||
echo "ENV_USER_NAME = $UserName" >> $GITHUB_OUTPUT
|
||||
echo "ENV_USER_EMAIL=$UserEmail" >> $GITHUB_OUTPUT
|
||||
echo "ENV_REPO_NAME = $GitRepo" >> $GITHUB_OUTPUT
|
||||
|
Loading…
x
Reference in New Issue
Block a user