From ad6c1c6277c78aec905d6cad721b3387416203ff Mon Sep 17 00:00:00 2001 From: Solomon Ochepa Date: Tue, 30 Jan 2024 11:24:58 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7a054f..09238a8 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🚚 Get latest code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # - name: Copy .env # run: php -r "file_exists('.env') || copy('.env.example', '.env');" @@ -155,7 +155,7 @@ jobs: server: ${{ secrets.FTP_SERVER }} username: ${{ secrets.FTP_USERNAME }} password: ${{ secrets.FTP_PASSWORD }} - server-dir: '/public_html/example/' + server-dir: '/public_html/example.com/' ``` #### FTPS