We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f96e21 commit 574812aCopy full SHA for 574812a
src/entrypoint.sh
@@ -27,6 +27,11 @@ if [[ -z "${HOME}" ]]; then
27
exit 1
28
fi
29
30
+if ! [ -x "$(command -v gh)" ]; then
31
+ err "github-cli gh is not installed. 'https://github.com/cli/cli'";
32
+ exit 1;
33
+fi
34
+
35
############################################
36
# Variables
37
0 commit comments