Fix action uses url to point to github

This commit is contained in:
vickytechkey 2026-09-05 21:07:39 +05:30
parent 4c7ecf4bdc
commit 38c8b3e419

View file

@ -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 }}