Make sure to mention Path in the first example

It was hard for me to understand how path works with this action. And it took me more than hour to figure it out.
So make sure its mentioned in the first example, so its easier to scan and understand.
This commit is contained in:
Surjith S M 2020-07-31 14:21:36 +05:30 committed by GitHub
parent 1053c3278e
commit 3cd24e922a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ jobs:
- name: FTP-Deploy-Action
uses: SamKirkland/FTP-Deploy-Action@3.1.1
with:
ftp-server: ftp://ftp.samkirkland.com/
ftp-server: ftp://ftp.samkirkland.com/path/to/folder/
ftp-username: myFtpUserName
ftp-password: ${{ secrets.FTP_PASSWORD }}
```