Skip to content

Commit c51fcd7

Browse files
committed
Fix step output in CI
1 parent dd91e08 commit c51fcd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
echo "${{ secrets.PGP_SECRET }}" | base64 --decode > private.key
3333
gpg --import --batch --yes --pinentry-mode loopback --passphrase "${{ secrets.PGP_PASSPHRASE }}" private.key
34-
echo "fingerprint=$(gpg --list-secret-keys --with-colons | awk -F: '/^fpr:/ { print $10 }')" >> $GITHUB_ENV
34+
echo "fingerprint=$(gpg --list-secret-keys --with-colons | awk -F: '/^fpr:/ { print $10 }')" >> "$GITHUB_OUTPUT"
3535
rm private.key
3636
env:
3737
gpg_private_key: ${{ secrets.PGP_SECRET }}

0 commit comments

Comments
 (0)