This commit is contained in:
parent
8c4e12b551
commit
21ff3acb2c
@ -27,10 +27,9 @@ jobs:
|
|||||||
UserEmail: $(git log -1 --pretty=format:'%ae')
|
UserEmail: $(git log -1 --pretty=format:'%ae')
|
||||||
GitRepo: ${{ github.repository }}
|
GitRepo: ${{ github.repository }}
|
||||||
ServerUrl: ${{ github.server_url }}
|
ServerUrl: ${{ github.server_url }}
|
||||||
|
echo "ENV_USER_NAME = $UserName" >> $GITHUB_OUTPUT
|
||||||
echo "ENV_USER_NAME = $Name" >> $GITHUB_OUTPUT
|
echo "ENV_USER_EMAIL=$UserEmail" >> $GITHUB_OUTPUT
|
||||||
echo "ENV_USER_EMAIL=$Email" >> $GITHUB_OUTPUT
|
echo "ENV_REPO_NAME = $GitRepo" >> $GITHUB_OUTPUT
|
||||||
echo "ENV_REPO_NAME = $Repo" >> $GITHUB_OUTPUT
|
|
||||||
echo "ENV_SERVER_UEL = $ServerUrl" >> $GITHUB_OUTPUT
|
echo "ENV_SERVER_UEL = $ServerUrl" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: 检查环境变量
|
- name: 检查环境变量
|
||||||
|
Loading…
Reference in New Issue
Block a user