Skip to content

Commit b67ce16

Browse files
author
Hendry, Adam
committed
ci(test): print gpg --version
1 parent b024f58 commit b67ce16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entrypoint.sh

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -e
44

5+
gpg --version
6+
57
if [[ -z $INPUT_GITHUB_TOKEN ]]; then
68
echo 'Missing input "github_token: ${{ secrets.GITHUB_TOKEN }}".' >&2
79
exit 1

0 commit comments

Comments
 (0)