Skip to content

Commit 2f11fe1

Browse files
committed
sip
1 parent b94d7b7 commit 2f11fe1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ jobs:
1313
KNOCK_HOST: ${{ secrets.SSH_HOST }}
1414
KNOCK_SEQ: ${{ secrets.KNOCK_SEQ }}
1515
run: |
16-
echo "::add-mask::$KNOCK_HOST"
17-
echo "::add-mask::$KNOCK_SEQ"
1816
1917
for s in $KNOCK_SEQ; do
20-
ping -c 1 -s $s $KNOCK_HOST >/dev/null
18+
ping -c 1 -s "$s" "$KNOCK_HOST" >/dev/null
2119
done
2220
2321
sleep 1

0 commit comments

Comments
 (0)