We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2134895 commit b94d7b7Copy full SHA for b94d7b7
1 file changed
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
echo "::add-mask::$KNOCK_SEQ"
18
19
for s in $KNOCK_SEQ; do
20
- ping -c 1 -s "$s" "$KNOCK_HOST" >/dev/null
+ ping -c 1 -s $s $KNOCK_HOST >/dev/null
21
done
22
23
sleep 1
0 commit comments