Skip to content

Commit 54ab544

Browse files
authored
Add warning for glob support on by default
1 parent 3328f8f commit 54ab544

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ A GitHub Action for deleting artifacts within the workflow run. This can be usef
88

99
See [action.yml](action.yml)
1010

11+
> **Warning**
12+
> From version 2 onwards, glob (wildcard) support is on by default, and is fulfilled by [minimatch](https://www.npmjs.com/package/minimatch); this can be disabled by setting `useGlob` to `false`.
13+
1114
### Delete an individual artifact
1215

1316
```yml

0 commit comments

Comments
 (0)