Fix github action URL prefix
Some checks failed
Setup EC2 Tools / setup-server (push) Failing after 3s
Some checks failed
Setup EC2 Tools / setup-server (push) Failing after 3s
This commit is contained in:
parent
38c8b3e419
commit
0d639d3d1b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Install LEMP Stack and Tools on EC2
|
||||
uses: github.com/appleboy/ssh-action@v1.0.3
|
||||
uses: https://github.com/appleboy/ssh-action@v1.0.3
|
||||
with:
|
||||
host: ${{ secrets.BETA_EC2_HOST }}
|
||||
username: ${{ secrets.BETA_EC2_USERNAME }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue