From 6201cb9bfac4ef12e7a304bb8bdf60f4e8869691 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 626266b..3b5b834 100644 --- a/README.md +++ b/README.md @@ -476,6 +476,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.