Skip to content

Commit

Permalink
update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Sep 9, 2023
1 parent 76c687f commit e558185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
echo "${{ inputs.KEY }}" > ~/.ssh/ssh.key
chmod 600 ~/.ssh/ssh.key
fi
if [[ -n "${{ inputs.PASSWORD }}" ]]; then
if [[ -n "${{ inputs.PASSWORLD }}" ]]; then
echo "PasswordAuthentication yes" > ~/.ssh/config
fi
shell: bash
Expand Down

0 comments on commit e558185

Please sign in to comment.