From c11cddaf415dd6dac4730a28d5e3137084b4480e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:32:20 -0400 Subject: [PATCH] Improve trashcan documentation Reorder paragraph to simplify messaging for only users with write permissions instead of getting people's hopes up that there might be a trash can only to dash it a sentence later. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 415437d..4c311bc 100644 --- a/README.md +++ b/README.md @@ -477,6 +477,6 @@ At the bottom of the workflow summary page, there is a dedicated section for art -There is a trashcan icon that can be used to delete the artifact. This icon will only appear for users who have write permissions to the repository. +For users who have write permissions to the repository, there is a trashcan icon that can be used to delete the artifact. The size of the artifact is denoted in bytes. The displayed artifact size denotes the size of the zip that `upload-artifact` creates during upload.