Skip to content

Commit

Permalink
add --batch in gpg-test
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Aug 8, 2023
1 parent e679f37 commit cb90dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gpg-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
git config --global user.name "Teppei Fukuda"
- name: Import GPG key
run: echo -e "${{ secrets.GPG_KEY }}" | gpg --import
run: echo -e "${{ secrets.GPG_KEY }}" | gpg --batch --import

0 comments on commit cb90dc9

Please sign in to comment.