Skip to content

Commit cb90dc9

Browse files
committed
add --batch in gpg-test
1 parent e679f37 commit cb90dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gpg-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
git config --global user.name "Teppei Fukuda"
2525
2626
- name: Import GPG key
27-
run: echo -e "${{ secrets.GPG_KEY }}" | gpg --import
27+
run: echo -e "${{ secrets.GPG_KEY }}" | gpg --batch --import

0 commit comments

Comments
 (0)