Fix action uses url to point to github
This commit is contained in:
parent
4c7ecf4bdc
commit
38c8b3e419
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Install LEMP Stack and Tools on EC2
|
||||
uses: appleboy/ssh-action@v1.0.3
|
||||
uses: 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