From ef9bac39bfbdc97a5057f039c858396d15688de2 Mon Sep 17 00:00:00 2001 From: adripo <26493496+adripo@users.noreply.github.com> Date: Sun, 29 Nov 2020 01:34:06 +0100 Subject: [PATCH] Fixed with correct syntax --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 18952de..2b7e443 100644 --- a/README.md +++ b/README.md @@ -168,12 +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)_