We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gpg --version
1 parent b024f58 commit b67ce16Copy full SHA for b67ce16
entrypoint.sh
@@ -2,6 +2,8 @@
2
3
set -e
4
5
+gpg --version
6
+
7
if [[ -z $INPUT_GITHUB_TOKEN ]]; then
8
echo 'Missing input "github_token: ${{ secrets.GITHUB_TOKEN }}".' >&2
9
exit 1
0 commit comments