Skip to content

Commit 827659f

Browse files
author
yuzelin
committed
try echo
1 parent c53513e commit 827659f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/create-source-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
run: |
3131
mkdir -p ~/.gnupg
3232
chmod 700 ~/.gnupg
33+
echo "HERE"
34+
if [ -n "${{ secrets.GPG_PRIVATE_KEY }}" ]; then
35+
echo "GPG Private Key is set."
36+
else
37+
echo "GPG Private Key is not set."
38+
fi
3339
echo ${{ secrets.GPG_PRIVATE_KEY }} | gpg --batch --import --yes
3440
echo "use-agent" >> ~/.gnupg/gpg.conf
3541
echo "pinentry-program /usr/bin/pinentry" >> ~/.gnupg/gpg-agent.conf

0 commit comments

Comments
 (0)