try without https

This commit is contained in:
Luke Smith
2021-03-12 10:58:42 -05:00
parent 0186c40583
commit 0bcb5dc315

View File

@@ -25,7 +25,7 @@ jobs:
- name: Updating website.
uses: appleboy/ssh-action@master
with:
host: https://based.cooking
host: based.cooking
username: based
key: ${{ secrets.based_ssh }}
passphrase: ${{ secrets.based_ssh_pass }}