We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e81bf7 commit 69c6135Copy full SHA for 69c6135
1 file changed
.github/workflows/onestep.sh
@@ -9,8 +9,8 @@ set -e
9
export LIB_NAME=$1
10
export PLAT=$2
11
12
-if [[ -z $3 && $3 == 'true' ]];then
13
- export DRYRUN=1
+if [[ -n $3 && "$3" == 'true' ]];then
+ export DRYRUN=1
14
else
15
export DRYRUN=
16
fi
0 commit comments