Fix Forgejo Action remote source to explicit github.com
Some checks failed
Deploy via SSH / deploy (push) Failing after 0s
Some checks failed
Deploy via SSH / deploy (push) Failing after 0s
This commit is contained in:
parent
ad48295484
commit
919374fe95
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
|
runs-on: ubuntu-latest # Make sure you have a runner with this label
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy to Server
|
- name: Deploy to Server
|
||||||
uses: appleboy/ssh-action@v1.0.3
|
uses: github.com/appleboy/ssh-action@v1.0.3
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.SSH_HOST }}
|
host: ${{ secrets.SSH_HOST }}
|
||||||
username: ${{ secrets.SSH_USER }}
|
username: ${{ secrets.SSH_USER }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue