yandex-serverless-action icon indicating copy to clipboard operation
yandex-serverless-action copied to clipboard

More info about exclude

Open ilmpc opened this issue 4 years ago • 2 comments

Please, add more information about exclude patterns in README. I found out from code, that several patterns could be written comma separated. Also it would be nice, if you say something about pattern syntax - Is it regex or something simplier?

ilmpc avatar Jul 26 '20 19:07 ilmpc

Also there is typo in README - should be "secrets" service_account: ${{ secret.SERVICE_ACCOUNT }} (Last section)

ilmpc avatar Jul 26 '20 19:07 ilmpc

Found out that glob pattern used. Trying to exclude folders that starts with dot (.git .github), but with no success. I tried such pattern: exclude: '/.@(!(.|))/**,.@(!(.|)),README.md'.

ilmpc avatar Jul 26 '20 20:07 ilmpc