Skip to content

Commit

Permalink
Add warning for glob support on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekyEggo committed Oct 12, 2022
1 parent 3328f8f commit 54ab544
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ A GitHub Action for deleting artifacts within the workflow run. This can be usef

See [action.yml](action.yml)

> **Warning**
> 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`.
### Delete an individual artifact

```yml
Expand Down

0 comments on commit 54ab544

Please sign in to comment.