diff --git a/.gitea/workflows/AutoRelease.yaml b/.gitea/workflows/AutoRelease.yaml index 6339050..594af8d 100644 --- a/.gitea/workflows/AutoRelease.yaml +++ b/.gitea/workflows/AutoRelease.yaml @@ -28,6 +28,8 @@ jobs: run: | git config user.name "${{ github.actor }}" git config user.email "${{ github.actor }}@users.noreply.git.linuxacme.com" + echo "Name = ${{ github.actor }}" + echo "Email = ${{ github.actor }}@users.noreply.git.linuxacme.com" - name: 替换软件源为国内软件源(USTC) run: |