chetan/invalidate-cloudfront-action

PATHS to all files

jakcst opened this issue · 3 comments

I'm trying to create an invalidation to refresh all files in an s3 bucket.
I can't seem to figure out why I am getting this message:

*** Reading PATHS from /*
PATHS file not found. nothing to do. exiting

uses: chetan/invalidate-cloudfront-action@v2

@jakcst looks like I have a typo in the error message. It should say PATHS_FROM file not found. nothing to do. exiting. If you are trying to pass a wildcard, you are using the wrong env var config. You should be setting PATHS=/* instead.

Got it. Many thanks!