We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece7745 commit 7dcde58Copy full SHA for 7dcde58
.github/workflows/build-lint-test.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: Configure GPG
25
run: |
26
if [ ! -d "~/.gnupg" ]; then
27
+ echo "Creating ~/.gnupg directory..."
28
mkdir -p ~/.gnupg
29
chmod 700 ~/.gnupg
30
echo "use-agent" > ~/.gnupg/gpg.conf
0 commit comments