Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcanas authored Dec 18, 2023
1 parent e3534eb commit 9c6b607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v1

- name: Enviar os ficheiros via ssh para a vps
uses: appleboy/scp-action@master
uses: appleboy/scp-action@v0.1.4
env:
HOST: ${{ secrets.HOST }}
USERNAME: david
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Iniciando o danitto
uses: appleboy/ssh-action@master
uses: appleboy/ssh-action@v0.1.4
with:
host: ${{ secrets.HOST }}
username: david
Expand Down

0 comments on commit 9c6b607

Please sign in to comment.