We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b7737 commit 863c081Copy full SHA for 863c081
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 2>&1 || true
+ nc -w 1 $KNOCK_HOST %s &>/dev/null < /dev/null
21
done
22
23
sleep 1
0 commit comments