From d4ee3a09534b9e4570faddd1f864a1cd990e7624 Mon Sep 17 00:00:00 2001 From: Wilco Alsemgeest Date: Sun, 27 Jun 2021 22:27:43 +0200 Subject: [PATCH] Update action.yml Make clear it's case-sensitive --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4805b8a..e6aabab 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ inputs: default: 'false' required: false upload_language: - description: 'Use this option to upload translations for a single specified language' + description: 'Use this option to upload translations for a single specified language - Case-Sensitive' required: false auto_approve_imported: description: 'Automatically approves uploaded translations'