mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-15 06:25:05 +00:00
Removed quotes
This commit is contained in:
parent
ef9bac39bf
commit
058db132a9
@ -168,7 +168,7 @@ jobs:
|
|||||||
server: ftp.samkirkland.com
|
server: ftp.samkirkland.com
|
||||||
username: myFtpUserName
|
username: myFtpUserName
|
||||||
password: ${{ secrets.password }}
|
password: ${{ secrets.password }}
|
||||||
exclude: '[".git*",".git*/**", "**/.git*/**", "node_modules/**", "node_modules/**/*"]'
|
exclude: '[.git*, .git*/**, **/.git*/**, node_modules/**, node_modules/**/*]'
|
||||||
```
|
```
|
||||||
|
|
||||||
_Want another example? Let me know by creating a [github issue](https://github.com/SamKirkland/FTP-Deploy-Action/issues/new)_
|
_Want another example? Let me know by creating a [github issue](https://github.com/SamKirkland/FTP-Deploy-Action/issues/new)_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user