Skip to content

Commit cc4043f

Browse files
authored
Update action.yaml
1 parent 7434f1c commit cc4043f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/deploy-common/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
mkdir -p $HOME/.ssh
1212
install -m 600 -D /dev/null $HOME/.ssh/id_rsa
1313
echo "$SSH_PRIVATE_KEY" > $HOME/.ssh/id_rsa
14-
ssh -o StrictHostKeyChecking=no -vv $TARGET_USER@$TARGET_HOSTNAME hostname -f
14+
ssh -vv $TARGET_USER@$TARGET_HOSTNAME hostname -f
1515
1616
- name: Install Ansible requirements
1717
shell: bash

0 commit comments

Comments
 (0)