GeekyEggo / delete-artifact

A GitHub Action to deletes artifacts within the workflow run.
MIT License
192 stars 51 forks source link

extend `name` to use wildcards #3

Closed sramam closed 2 years ago

sramam commented 4 years ago

I needed to delete artifacts by wildcard and made necessary modifications. example.yml has been extended to demonstrate it working.

adiroiban commented 3 years ago

See https://github.com/GeekyEggo/delete-artifact/issues/1

done in https://github.com/GeekyEggo/delete-artifact/tree/1-glob-support

Sander0542 commented 2 years ago

Is there any progress on this? I would love to use this feature

GeekyEggo commented 2 years ago

Wildcard support is now available as part of v2. 👍