v1.0.0
- Initial release of
delete-artifact
workflow action. name
; the artifact(s) to delete (created within the same workflow).failOnError
; whenfalse
the action will always succeed (non-critical).
Usage
- uses: geekyeggo/delete-artifact@v1
with:
name: my-artifact
failOnError: true # optional, default true