|
|
@@ -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"
|