From 2a6663412bd144feeeaa93413fbb739db8c8aef1 Mon Sep 17 00:00:00 2001 From: Allan Wanderley Alves Date: Fri, 18 Nov 2022 14:19:23 -0300 Subject: [PATCH] docs: changed name and uses sample --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a681520..8da2231 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ jobs: steps: - uses: actions/checkout@v2 - - name: ftp-deploy - uses: locaweb/ftp-deploy@1.0.0 + - name: FTP Deploy Locaweb + uses: locaweb/ftp-deploy@0.0.1 with: host: ${{ secrets.HOST }} user: ${{ secrets.USER }}