Removed quotes

This commit is contained in:
adripo 2020-11-29 01:58:16 +01:00 committed by GitHub
parent ef9bac39bf
commit 058db132a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,7 +168,7 @@ jobs:
server: ftp.samkirkland.com
username: myFtpUserName
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)_