We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777e119 commit 14ffbeeCopy full SHA for 14ffbee
ci/verify-locked-down-signatures.sh
@@ -8,7 +8,7 @@ import_gpg_keys="false"
8
# The whitelisted commit can be set in order to allow github actions to only check changes since origin/master
9
whitelisted_commit="5d41b8a1d9745fbb3ff81ea6ea2eb8f202ca7ed0"
10
11
-while [ ! $# -eq 0 ]; do
+while [ ! "$#" -gt 0 ]; do
12
case "$1" in
13
"--import-gpg-keys")
14
import_gpg_keys="true"
0 commit comments