Force absolute https URL for github action
Some checks failed
Deploy via SSH / deploy (push) Failing after 4s
Some checks failed
Deploy via SSH / deploy (push) Failing after 4s
This commit is contained in:
parent
919374fe95
commit
383f4aa64c
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest # Make sure you have a runner with this label
|
||||
steps:
|
||||
- name: Deploy to Server
|
||||
uses: github.com/appleboy/ssh-action@v1.0.3
|
||||
uses: https://github.com/appleboy/ssh-action@v1.0.3
|
||||
with:
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USER }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue