We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b7737 commit 2134895Copy full SHA for 2134895
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
+ ping -c 1 -s "$s" "$KNOCK_HOST" >/dev/null
21
done
22
23
sleep 1
0 commit comments