mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-15 06:25:05 +00:00
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:
parent
1053c3278e
commit
3cd24e922a
@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: FTP-Deploy-Action
|
- name: FTP-Deploy-Action
|
||||||
uses: SamKirkland/FTP-Deploy-Action@3.1.1
|
uses: SamKirkland/FTP-Deploy-Action@3.1.1
|
||||||
with:
|
with:
|
||||||
ftp-server: ftp://ftp.samkirkland.com/
|
ftp-server: ftp://ftp.samkirkland.com/path/to/folder/
|
||||||
ftp-username: myFtpUserName
|
ftp-username: myFtpUserName
|
||||||
ftp-password: ${{ secrets.FTP_PASSWORD }}
|
ftp-password: ${{ secrets.FTP_PASSWORD }}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user