From 54ab544f12cdb7b71613a16a2b5a37a9ade990af Mon Sep 17 00:00:00 2001 From: Richard Herman <1429781+GeekyEggo@users.noreply.github.com> Date: Wed, 12 Oct 2022 14:22:58 +0100 Subject: [PATCH] Add warning for glob support on by default --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ed183e3..7f057a2 100644 --- a/README.md +++ b/README.md @@ -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