Skip to content

Commit 261893e

Browse files
authored
Merge pull request #9 from enter-at/github-actions/auto-readme-1576607499
Automatic Update of README.md
2 parents 7d1d786 + 4de72f9 commit 261893e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,11 @@ module "layer" {
5454
source_type = "python"
5555
5656
rsync_pattern = [
57-
"--exclude=**tests**"
58-
"--exclude="**__pycache__**"
59-
"--include=*.py"
57+
"--exclude='**tests**'"
58+
"--exclude="'**__pycache__**'"
59+
"--include=module/{a,b,c}/"
60+
"--include='*.py'"
61+
"--exclude='module/*'"
6062
]
6163
}
6264
```

0 commit comments

Comments
 (0)