Skip to content

Commit

Permalink
Merge pull request #17 from foxdalas/auto_update
Browse files Browse the repository at this point in the history
Auto update
  • Loading branch information
foxdalas authored Sep 23, 2024
2 parents 3ed4202 + 4f2344e commit 52abfcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,10 @@ on:
permissions:
contents: write

env:
# A pipe-separated array of files to ignore when comparing the expected and actual dist/ directories,
# which are used as a regular expression filter in the `grep` command.
FILES_TO_IGNORE: "index.js.map|sourcemap-register.js"

jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false


steps:
- uses: actions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Use this action to invalidate specific paths in a CloudFront distribution. The a
tag_key: ""
# Cloudfront distribution tag value to identify the distribution
tag_value: ""
# Paths to invalidate. Provide paths in a JSON array format, e.g., '["/path1", "/path2"]'. Paths must start with a '/'
paths: '/index.html, /assets/*]'
# Paths to invalidate. Provide paths in a JSON array format, e.g., '/path1, /path2'. Paths must start with a '/'
paths: '/index.html, /assets/*'
# Wait for the invalidation to complete. Default is true
wait: true
```
Expand Down

0 comments on commit 52abfcb

Please sign in to comment.