From a3a8231e64d3db0e7da0f3b56b9521dcccdfe412 Mon Sep 17 00:00:00 2001
From: Felicity Chapman <felicitymay@github.com>
Date: Tue, 19 Jan 2021 17:17:45 +0000
Subject: [PATCH] Update upload-sarif/action.yml

Co-authored-by: hubwriter <hubwriter@github.com>
---
 upload-sarif/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/upload-sarif/action.yml b/upload-sarif/action.yml
index acbe79579..3c088e6bf 100644
--- a/upload-sarif/action.yml
+++ b/upload-sarif/action.yml
@@ -3,7 +3,7 @@ description: 'Upload the analysis results'
 author: 'GitHub'
 inputs:
   sarif_file:
-    description: The SARIF file or directory of SARIF files to be uploaded. Each SARIF file should contain a maximum of 1000 results, any additional results are ignored.
+    description: The SARIF file or directory of SARIF files to be uploaded. Each upload should contain a maximum of 1000 results, any additional results are ignored.
     required: false
     default: '../results'
   checkout_path: