diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index 121ef63b6..d0bad2b37 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -49,7 +49,8 @@ jobs: run: | git clone https://github.com/v2fly/debian.git archive echo ${{ secrets.DEBIAN_GPG_PRIVATE }} | base64 -d > private.key - gpg --import private.key + gpg --import --batch private.key + gpg -K cd archive git config --local user.name "${{ github.actor }}" git config --local user.email "${{ github.actor }}@users.noreply.github.com"