Fix github action URL prefix
Some checks failed
Setup EC2 Tools / setup-server (push) Failing after 3s

This commit is contained in:
vickytechkey 2026-09-05 21:08:42 +05:30
parent 38c8b3e419
commit 0d639d3d1b

View file

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